Hi sourceforgers,
I am working with owl-0.94 (.tar.gz code in the owl download section). I have discovered that if i create a file/folder with '\' at the begining there are some problems:
1- I create the folder '\caracola', but when i try to delete the folder/file, the next error appear:
cp: cannot stat `/srv/owl-0.94/Documents/logos/\\caracola': No such file or directory
If i create the file '\caracola', and after i delete it, the file is deleted from the database but i can browse in the hard disk trough the shell.
2- If i have ON the option $owl_lang->owl_lookAtHD, and if i have the folders/file 'caracola' and '\caracola', when i try to browse the parent folder, an infinite refresh loop appear, and appear in the database folders table a lot of new strange files/folders.
To prevent this, i have deleted the '\' char in the config file $default->list_of_valid_chars_in_file_names
salutes
picolobo