Root static functions of FileManager Component
Checks whether fileSystemData is enabled.
Parameter | Type | Description |
---|---|---|
parent | IFileManager |
specifies the parent element. |
Returns boolean
Utility function to compare two strings in a way similar to Windows Explorer. Files and folders are sorted separately, with folders coming before files.
Parameter | Type | Description |
---|---|---|
reference | string |
The first string to compare. This could be a file or folder name. |
comparer | string |
The second string to compare. This could be a file or folder name. |
Returns number