Constructors Properties Methods_addItem _addItem ( param0 : { item : FSItem ; path : string } ) : Promise < void > Parameters param0 : { item : FSItem ; path : string } Returns Promise < void > _removeItem _removeItem ( param0 : { path : string } ) : Promise < void > copy copy ( ... params : [ { abortSignal ?: AbortSignal ; from : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; pauseSignal ?: PauseSignal ; to : string ; } , ] , ) : Promise < void > Parameters ... params : [ { abortSignal ?: AbortSignal ; from : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; pauseSignal ?: PauseSignal ; to : string ; } , ] Returns Promise < void > cp cp ( param0 : { abortSignal ?: AbortSignal ; from : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; pauseSignal ?: PauseSignal ; to : string ; } , ) : Promise < void > Parameters param0 : { abortSignal ?: AbortSignal ; from : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; pauseSignal ?: PauseSignal ; to : string ; } Returns Promise < void > download download ( param0 : { abortSignal ?: AbortSignal ; destination : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; } , ) : Promise < void > Parameters param0 : { abortSignal ?: AbortSignal ; destination : string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; } Returns Promise < void > ls ls ( ... params : [ { path : string ; recursive ?: boolean } ] ) : Promise < string [] > Parameters ... params : [ { path : string ; recursive ?: boolean } ] Returns Promise < string [] > lstat lstat ( ... params : [ { path : string } ] ) : Promise < FSStats > Parameters ... params : [ { path : string } ] Returns Promise < FSStats > mkdir mkdir ( param0 : { path : string } ) : Promise < string > pathToItemUUID pathToItemUUID ( __namedParameters : { path : string ; type ?: FSItemType } , ) : Promise < null | string > Parameters __namedParameters : { path : string ; type ?: FSItemType } Returns Promise < null | string > read read ( param0 : { abortSignal ?: AbortSignal ; length ?: number ; offset ?: number ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; position ?: number ; } , ) : Promise < Buffer > Parameters param0 : { abortSignal ?: AbortSignal ; length ?: number ; offset ?: number ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; position ?: number ; } Returns Promise < Buffer > readdir readdir ( param0 : { path : string ; recursive ?: boolean } ) : Promise < string [] > Parameters param0 : { path : string ; recursive ?: boolean } Returns Promise < string [] > rename rename ( param0 : { from : string ; to : string } ) : Promise < void > Parameters param0 : { from : string ; to : string } Returns Promise < void > rm rm ( param0 : { path : string ; permanent ?: boolean } ) : Promise < void > Parameters param0 : { path : string ; permanent ?: boolean } Returns Promise < void > rmdir rmdir ( ... params : [ { path : string ; permanent ?: boolean } ] ) : Promise < void > Parameters ... params : [ { path : string ; permanent ?: boolean } ] Returns Promise < void > rmfile rmfile ( ... params : [ { path : string ; permanent ?: boolean } ] ) : Promise < void > Parameters ... params : [ { path : string ; permanent ?: boolean } ] Returns Promise < void > stat stat ( __namedParameters : { path : string } ) : Promise < FSStats > Parameters __namedParameters : { path : string } Returns Promise < FSStats > unlink unlink ( param0 : { path : string ; permanent ?: boolean } ) : Promise < void > Parameters param0 : { path : string ; permanent ?: boolean } Returns Promise < void > upload upload ( param0 : { abortSignal ?: AbortSignal ; onProgress ?: ProgressCallback ; onProgressId ?: string ; overwriteDirectory ?: boolean ; path : string ; pauseSignal ?: PauseSignal ; source : string ; } , ) : Promise < CloudItem > Parameters param0 : { abortSignal ?: AbortSignal ; onProgress ?: ProgressCallback ; onProgressId ?: string ; overwriteDirectory ?: boolean ; path : string ; pauseSignal ?: PauseSignal ; source : string ; } write write ( ... params : [ { abortSignal ?: AbortSignal ; content : Buffer ; encryptionKey ?: string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; } , ] , ) : Promise < CloudItem > Parameters ... params : [ { abortSignal ?: AbortSignal ; content : Buffer ; encryptionKey ?: string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; } , ] writeFile Parameters param0 : { abortSignal ?: AbortSignal ; content : Buffer ; encryptionKey ?: string ; onProgress ?: ProgressCallback ; onProgressId ?: string ; path : string ; pauseSignal ?: PauseSignal ; }
M M N E P V F C I C P M F P C P T T A A A T R
FS
Date
2/1/2024 - 2:44:47 AM
Export
FS