ISDIR

b = ISDIR (dir)

Returns true if the string dir is a directory.

Example

print IsDir("C:\users")        ' Output 1 on Windows, otherwise 0
print IsDir("/home")           ' Output 1 on Linux, otherwise 0
Data
If there is insufficient information on this page and you wish learn more about ISDIR, please send an email to smallbasic@gmail.com. You can help to improve information about ISDIR by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.