FileIsDirectory

From kwiki

Jump to: navigation, search
This article is written by Konrad, thus using rather nonstandard English:)

FileIsDirectory (DNM Script function)

Contents

full declaration

bool FileIsDirectory (string sPath)

return value

bool

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

See also

Category:File system


keywords: file is directory folder check test
Personal tools
konradp.com