Morteza Posted September 27, 2009 Posted September 27, 2009 Dear friends,When a file or folder is detected by FileExists function, how can I identify that is a file or a directory?Best Regards
Developers Jos Posted September 27, 2009 Developers Posted September 27, 2009 On 9/27/2009 at 11:35 AM, 'Morteza said: Dear friends, When a file or folder is detected by FileExists function, how can I identify that is a file or a directory? Best Regards If StringInStr(FileGetAttrib($FileName), "D") Then ; Directory Else ; File EndIf Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Morteza Posted September 27, 2009 Author Posted September 27, 2009 On 9/27/2009 at 11:40 AM, 'Jos said: If StringInStr(FileGetAttrib($FileName), "D") Then ; Directory Else ; File EndIf Jos Thank you very much for your very fast and intelligently answer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now