Pathos API Documentation for FileType

December 18, 2020 ยท View on GitHub

public protocol FileType

OS agnostic information regarding type of the file.

Types Conforming to FileType

  • POSIXFileType
  • WindowsFileType

Properties

var isFile: Bool

Whether the path points to a file.


var isDirectory: Bool

Whether the path points to a directory.

var isSymlink: Bool

Whether the path points to a symlink.

Contents

  1. 0.1Types Conforming to FileType
  2. 0.2Properties