Page 1 of 1

How do I determine if a string is a file or a folder?

Posted: Mon Oct 18, 2010 12:50 am
by wallgod
Hi. How can I tell if a given specification (string) is a file or a folder?

Re: How do I determine if a string is a file or a folder?

Posted: Mon Oct 18, 2010 1:20 am
by chi
FileSize() is your friend :wink:

Re: How do I determine if a string is a file or a folder?

Posted: Mon Oct 18, 2010 1:24 am
by wallgod
Thank you!