fileName | String The absolute path name of the file to be checked. |
exists | String Indicates whether the specified fileName exists or not. A value of: true indicates that the specified fileName exists. false indicates that the specified fileName does not exist. |
isDirectory | String Indicates whether the specified fileName is a file or a directory. true indicates that the specified fileName is a directory. false indicates that the specified fileName is a file. |