Function ExtractDir : String ( path:String )
Returns the directory part of a file path.
Impressum, Datenschutzerklärung
The filepath module contains functions for manipulating file paths. More...
Imported By | |
---|---|
brl
|
Functions | |
---|---|
ExtractDir : String ( path:String ) |
Returns the directory part of a file path. |
ExtractExt : String ( path:String ) |
Returns the file type extension part of a file system path. |
StripAll : String ( path:String ) |
Removes both the directory and file type extension from a file path. |
StripDir : String ( path:String ) |
Removes the directory from a file path. |
StripExt : String ( path:String ) |
Removes the file type extension from a file path. |
The filepath module contains functions for manipulating file paths.
Function ExtractDir : String ( path:String )
Returns the directory part of a file path.
Function ExtractExt : String ( path:String )
Returns the file type extension part of a file system path.
Function StripAll : String ( path:String )
Removes both the directory and file type extension from a file path.
Function StripDir : String ( path:String )
Removes the directory from a file path.
Function StripExt : String ( path:String )
Removes the file type extension from a file path.