Jump to content

Recommended Posts

  • Developers
Posted

  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 :D

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.
  :)

Posted

  On 9/27/2009 at 11:40 AM, 'Jos said:

If StringInStr(FileGetAttrib($FileName), "D") Then
    ; Directory
Else
    ; File
EndIf

Jos :D

Thank you very much for your very fast and intelligently answer. :D

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...