FileName
fname.spad line 53
[edit on github]
This domain provides an interface to names in the file system.
- = : (%, %) -> Boolean
- from BasicType
- coerce : String -> %
- from FileNameCategory
- coerce : % -> OutputForm
- from CoercibleTo(OutputForm)
- coerce : % -> String
- from FileNameCategory
- directory : % -> String
- from FileNameCategory
- exists? : % -> Boolean
- from FileNameCategory
- extension : % -> String
- from FileNameCategory
- filename : (String, String, String) -> %
- from FileNameCategory
- latex : % -> String
- from SetCategory
- name : % -> String
- from FileNameCategory
- new : (String, String, String) -> %
- from FileNameCategory
- readable? : % -> Boolean
- from FileNameCategory
- writable? : % -> Boolean
- from FileNameCategory
- ~= : (%, %) -> Boolean
- from BasicType
CoercibleTo(OutputForm)
SetCategory
BasicType
FileNameCategory