File tester

[io/file/File tester]


Determines whether the the specified path points to a file. Example:

  1. "/home/user1/dir1/foo.txt"@0 received on path

  2. true sent on is file


Keywords: is file, isfile, is_file

Input ports

  • path: string

    Receives the path to test whether it is a file or not. Example: "/home/user1/dir1/foo.txt" (To keep the application portable use "/" as path separator.)

Output ports

  • is file: boolean

    Boolean value that indicates, whether the specified path is a file. Example: true

Last updated