FileExists
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
FileExists (DNM Script function)
Contents |
[edit]
full declaration
bool FileExists (string sPath)
[edit]
return value
[edit]
description
Returns true if file or folder specified by sPath exists. Otherwise returns false
keywords: exists test check files folders
[edit]
