mrluck1:
HI, there is a function called fileisexist, but if i need it to search on a subfolder of \\files, for example \\files\\foldera, how can i do that?
i really need to check if a file exists, if this function can't choose the subfolder, what can i do to return true if there is " name " file on a subfolder of file, thanks for help
file_name = path+file_name;
great, i tested it and worked, subfolder\\name, documentation wasn't clear, thanks a lot

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
HI, there is a function called fileisexist, but if i need it to search on a subfolder of \\files, for example \\files\\foldera, how can i do that?
i really need to check if a file exists, if this function can't choose the subfolder, what can i do to return true if there is " name " file on a subfolder of file, thanks for help