FileSystemAdapter
FileSystemAdapter class
Implementation of the vault adapter for desktop.
Signature:
export class FileSystemAdapter implements DataAdapter
Implements: DataAdapter
Methods
Method | Modifiers | Description |
---|
append(normalizedPath, data, options) | | |
copy(normalizedPath, normalizedNewPath) | | |
exists(normalizedPath, sensitive) | | |
getBasePath() | | |
getFilePath(normalizedPath) | | Returns the file:// path of this file |
getFullPath(normalizedPath) | | |
getName() | | |
getResourcePath(normalizedPath) | | |
list(normalizedPath) | | |
mkdir(normalizedPath) | | |
mkdir(path) | static | |
process(normalizedPath, fn, options) | | |
read(normalizedPath) | | |
readBinary(normalizedPath) | | |
readLocalFile(path) | static | |
remove(normalizedPath) | | |
rename(normalizedPath, normalizedNewPath) | | |
rmdir(normalizedPath, recursive) | | |
stat(normalizedPath) | | |
trashLocal(normalizedPath) | | |
trashSystem(normalizedPath) | | |
write(normalizedPath, data, options) | | |
writeBinary(normalizedPath, data, options) | | |