[/img]http://img.hb.aicdn.com/de4eaa10d03e41d5f004f3479e71b71656eeca9295f7-T4EsMk_fw658[img]
Like the picture above, I don't want to the "." beginning folders to appear, what should I do?[/img]
How to hide "." beginning folders?
Moderators: Hacker, petermad, Stefan2, white
In Configuration -> Options -> Ignore List, add the following line to the files and folders box:
and check that the ignore list is switched on (checkbox above the box).
However, this will hide both folders and files beginning with "." and will not work with files on FTP servers, within archives, plugins or virtual folders like the desktop.
For hidden files in FTP (i.e. the files on the server whose name starts with a dot), there is an internal command (switch): cm_FtpHiddenFiles
You can add this command as a toolbar shortcut or a menu item.
Code: Select all
.*
However, this will hide both folders and files beginning with "." and will not work with files on FTP servers, within archives, plugins or virtual folders like the desktop.
For hidden files in FTP (i.e. the files on the server whose name starts with a dot), there is an internal command (switch): cm_FtpHiddenFiles
You can add this command as a toolbar shortcut or a menu item.
#68776 Personal Licence
Thanks! However it doesn't work by your means no matter how I connect my phone to computer, usb or ftp.(I've tried both means above)andres992 wrote:In Configuration -> Options -> Ignore List, add the following line to the files and folders box:
and check that the ignore list is switched on (checkbox above the box).Code: Select all
.*
However, this will hide both folders and files beginning with "." and will not work with files on FTP servers, within archives, plugins or virtual folders like the desktop.
For hidden files in FTP (i.e. the files on the server whose name starts with a dot), there is an internal command (switch): cm_FtpHiddenFiles
You can add this command as a toolbar shortcut or a menu item.