Directory tester
Last updated
Last updated
[io/file/Directory tester]
Determines whether the specified path points to a directory. Example:
"/home/user1/dir1"@0 received on path
true@0 sent on is directory
Keywords: folder, isdir, is_dir, isDirectory, exists
path: string
Receives the path to test whether it is a directory or not. Example: "/home/user1/dir1" (To keep the application portable use "/" as path separator.)
is directory: boolean
Sends boolean value that indicates whether the specified path is a directory. Example: true