FileModeTypeEnum

public enum FileModeTypeEnum : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case executable = "EXECUTABLE"
  • Undocumented

    Declaration

    Swift

    case normal = "NORMAL"
  • Undocumented

    Declaration

    Swift

    case symlink = "SYMLINK"
  • Declaration

    Swift

    public var description: String { get }