FileSystemUtils Module
Filesystem helpers
Functions and values
Function or value |
Description
|
Full Usage:
checkPathForIllegalChars
Returns: string -> unit
|
|
Full Usage:
checkSuffix path suffix
Parameters:
string
suffix : string
Returns: bool
|
|
Full Usage:
chopExtension path
Parameters:
string
Returns: string
|
|
Full Usage:
fileNameOfPath path
Parameters:
string
Returns: string
|
Get the file name of the given path.
|
Full Usage:
fileNameWithoutExtension path
Parameters:
string
Returns: string
|
|
Full Usage:
fileNameWithoutExtensionWithValidate validate path
Parameters:
bool
path : string
Returns: string
|
Get the file name without extension of the given path.
|
Full Usage:
hasExtension path
Parameters:
string
Returns: bool
|
Return True if the path has a "." extension.
|
Full Usage:
isDll fileName
Parameters:
string
Returns: bool
|
Checks whether file is dll (ends in .dll)
|
Full Usage:
trimQuotes path
Parameters:
string
Returns: string
|
Trim the quotes and spaces from either end of a string
|