Docs
Calculate checksum (MD5, SHA-1, SHA-256) of a file.
Rendering block preview…
returnType : text
| fileName | text | |
| algorithm | text |
Uses 2 declared permissions. Check permissions before installing.
Copy a file.
Rendering block preview…
returnType : boolean
| sourceFilePath | text | |
| destinationFilePath | text |
Create a new directory.
Rendering block preview…
returnType : boolean
| directoryName | text |
Delete a directory.
Rendering block preview…
returnType : boolean
| directoryName | text |
Delete a file.
Rendering block preview…
returnType : boolean
| fileName | text |
Check if a file exists.
Rendering block preview…
returnType : boolean
| fileName | text |
Get file attributes.
Rendering block preview…
returnType : boolean
| fileName | text | |
| attribute | text |
Get basic file attributes.
Rendering block preview…
returnType : text
| fileName | text |
Get the file extension.
Rendering block preview…
returnType : text
| fileName | text |
Get the last modified timestamp of a file.
Rendering block preview…
returnType : number
| fileName | text |
Get the MIME type of a file.
Rendering block preview…
returnType : text
| fileName | text |
Get file ownership information.
Rendering block preview…
returnType : text
| fileName | text |
Get the absolute path of a file.
Rendering block preview…
returnType : text
| fileName | text |
Get file permissions.
Rendering block preview…
returnType : text
| fileName | text |
Get the size of a file in bytes.
Rendering block preview…
returnType : number
| fileName | text |
Check if the app has permissions to access a file or directory.
Rendering block preview…
returnType : boolean
| permission | text |
Initialize file manager with a directory path.
Rendering block preview…
| directoryPath | text |
Check if a directory is empty.
Rendering block preview…
returnType : boolean
| directoryName | text |
Check if a file is a directory.
Rendering block preview…
returnType : boolean
| fileName | text |
Check if a file is hidden.
Rendering block preview…
returnType : boolean
| fileName | text |
Check if a file is a regular file.
Rendering block preview…
returnType : boolean
| fileName | text |
List all files and directories recursively.
Rendering block preview…
returnType : list
List directories in the current directory.
Rendering block preview…
returnType : list
List files in the current directory.
Rendering block preview…
returnType : list
Move a file.
Rendering block preview…
returnType : boolean
| sourceFilePath | text | |
| destinationFilePath | text |
Navigate to a directory.
Rendering block preview…
returnType : boolean
| directoryName | text |
Rename a file.
Rendering block preview…
returnType : boolean
| currentFileName | text | |
| newFileName | text |
Search for directories by name.
Rendering block preview…
returnType : list
| query | text |
Search for files by name or extension.
Rendering block preview…
returnType : list
| query | text |
Set file permissions.
Rendering block preview…
returnType : boolean
| fileName | text | |
| permission | text |
Sort files by name, size, or last modified date.
Rendering block preview…
returnType : list
| sortBy | text |
Thank you
Releases
File Manager.aix
15 KB
Aug 10, 2024
AIX package
Release notes not provided.