FileIsFolder
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
FileIsFolder (DNM Script function)
[edit]
full declaration
bool FileIsFolder (string strPath)
[edit]
return value
[edit]
description
Returns true if a given path points to a folder (directory), otherwise returns false
keywords: file is folder, check, isfolder, is directory
