isRegularFile

Checks if a path is a regular file.

  1. bool isRegularFile(string path)
    bool
    isRegularFile
    (
    in string path
    )
  2. bool isRegularFile(FileEntry entry)
  3. bool isRegularFile(FileEntry entry)

Meta