KaliumFileSystem
Properties
Functions
Copies effectively the content of sourcePath into targetPath
It will create the provided dir in the current file system along with the needed subdirectories if they were not created previously
It will make sure the given dir gets created on the file system
This will delete recursively the given dir and all its content
Provides a list of paths found in the given dir path from where the call is being invoked.
Creates a persistent path on the internal storage folder of the file system if it didn't exist before and returns it if successful
Reads the data of the given path as a byte array
Fetches the persistent Path of the current user's avatar in the KaliumFileSystem
Opens an output stream that will be used to write the data on the given outputPath
Creates a temporary path if it didn't exist before and returns it if successful.
Writes the data contained on dataSource into the provided outputSink