You probably have a filter or two enabled which are masking your hidden files. There are different ways to overcome that, you can try adding the
Set CLEARFILTERS
command beneath your current button command. Or you could reset each possibly set filter one at a time by adding something like the following beneath your current button command:
Set HIDEFILTERFILENAME
Set HIDEFILTERFOLDERS
Set SHOWFILTERFILENAME
Set SHOWFILTERFOLDERS
Set SHOWFILTERATTR
Set HIDEFILTERATTR
Myself I have a style configured called "Default" that automatically resets everything (turns off filters, returns to details view, etc) that I just click my mouse on to reset everything.
[quote="JohnZeman"]You probably have a filter or two enabled which are masking your hidden files. There are different ways to overcome that, you can try adding the
Set CLEARFILTERS
command beneath your current button command. Or you could reset each possibly set filter one at a time by adding something like the following beneath your current button command:
Set HIDEFILTERFILENAME
Set HIDEFILTERFOLDERS
Set SHOWFILTERFILENAME
Set SHOWFILTERFOLDERS
Set SHOWFILTERATTR
Set HIDEFILTERATTR
Myself I have a style configured called "Default" that automatically resets everything (turns off filters, returns to details view, etc) that I just click my mouse on to reset everything.[/quote]