FileIsDirectory
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
FileIsDirectory (DNM Script function)
Contents |
[edit]
full declaration
bool FileIsDirectory (string sPath)
[edit]
return value
[edit]
description
Returns true if given sPath is a folder, otherwise returns false. It will also return false if such a file/folder doesn't exist at all. To check if a file/folder exists, use FileExists
[edit]
See also
keywords: file is directory folder check test
