Private
Readonly
apiPrivate
Readonly
cloudPrivate
Readonly
itemsPrivate
Readonly
mkdirPrivate
Readonly
mutexPrivate
Readonly
sdkPrivate
Readonly
socketPrivate
_initPrivate
_unlinkPrivate
Deletes file/directoy at path.
Optional
permanent?: booleanOptional
type?: FSItemType2/28/2024 - 4:57:19 PM
Alias of cp.
Rest
...params: [{ 2/14/2024 - 5:07:27 AM
Copy a file or directory structure. Recursively creates intermediate directories if needed. Warning: Can be really inefficient when copying large directory structures. All files need to be downloaded first and then reuploaded due to our end to end encryption. Plain copying unfortunately does not work. Only available in a Node.JS environment.
Optional
abortOptional
onOptional
onOptional
pauseDownload a file or directory from path to a local destination path. Only available in a Node.JS environment.
Optional
abortOptional
onOptional
onOptional
pausePrivate
normalizeOptional
type?: FSItemTypeRead a file. Returns buffer of given length, at position and offset. Memory efficient to read only a small part of a file.
Optional
abortOptional
length?: numberOptional
offset?: numberOptional
onOptional
onOptional
pauseOptional
position?: numberRead a file at path. Warning: This reads the whole file into memory and can be pretty inefficient.
Optional
abortOptional
onOptional
onOptional
pauseUpload file or directory to path from a local source path. Recursively creates intermediate directories if needed. Only available in a Node.JS environment.
Optional
abortOptional
onOptional
onOptional
overwriteOptional
pausePrivate
waitAlias of writeFile.
Rest
...params: [{ 2/20/2024 - 9:45:40 PM
Write to a file. Warning: This reads the whole file into memory and can be very inefficient. Only available in a Node.JS environment.
Optional
abortOptional
onOptional
onOptional
pauseGenerated using TypeDoc
FS
Date
2/1/2024 - 2:44:47 AM
Export