Page 1 of 1

Question about the function FILE()

PostPosted: Tue Feb 06, 2018 8:50 am
by driessen
Hello,

The function FILE() is used to check if a file exists or not.
I want to know if a hidden file exist or not.
Which function do I need to use to look for a hidden file?

Thanks a lot for any help.

Re: Question about the function FILE()

PostPosted: Tue Feb 06, 2018 8:57 am
by Enrico Maria Giordano
If FILE() doesn't work, try using DIRECTORY().

EMG