Abstract type defined for format and parse
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
file basename, i.e. 'file.txt'
'file.txt'
directory path
file extension, i.e. '.txt'. Ignored if pathObject.base exists
'.txt'
pathObject.base
file basename without the extension, i.e. 'file'. Ignored if pathObject.base exists
'file'
Root filesystem path, i.e. '/' or 'C:\\'. Ignored if pathObject.dir is provided
'/'
'C:\\'
pathObject.dir
Contents