R
- recreate(Context,String,String,String,Boolean) - function in com.anggrayudi.storage.file.DocumentFileCompat
- recreate(Context,String,String,String) - function in com.anggrayudi.storage.file.DocumentFileCompat
- recreate(Context,String,String) - function in com.anggrayudi.storage.file.DocumentFileCompat
- recreate(Context,String) - function in com.anggrayudi.storage.file.DocumentFileCompat
- recreateFile(DocumentFile,Context) - function in com.anggrayudi.storage.file.DocumentFileUtils
- Delete this file and create new empty file using previous
filenameandmimeType. - recreateFile(File) - function in com.anggrayudi.storage.file.FileUtils
- redirectToSystemSettings(Context) - function in com.anggrayudi.storage.SimpleStorageHelper.Companion
- renameTo(String) - function in com.anggrayudi.storage.media.MediaFile
- Please note that this function does not move file if you input
newNameasDownload/filename.mp4. - REPLACE - enum entry in com.anggrayudi.storage.callback.FileCallback.ConflictResolution
Delete the file in destination if existed, then start copy/move.
- REPLACE - enum entry in com.anggrayudi.storage.callback.FolderCallback.ConflictResolution
Delete the folder in destination if existed, then start copy/move.
- REPLACE - enum entry in com.anggrayudi.storage.file.CreateMode
For folder case:
If the conflicted file is a file, then delete it and create a new directory.
If the conflicted file is a folder, then delete all of its children.
For file case:
If the conflicted file is a folder, then delete it and create a new file.
If the conflicted file is a file, then recreate it.
- replaceCompletely(String,String,String) - function in com.anggrayudi.storage.extension.TextUtils
- requestFullStorageAccess() - function in com.anggrayudi.storage.SimpleStorage
- Makes your app can access direct file pathsSee Manage all files on a storage device
- requestStorageAccess(Integer,FileFullPath,StorageType,String) - function in com.anggrayudi.storage.SimpleStorage
- Managing files in direct storage requires root access.
- requestStorageAccess(Integer,FileFullPath,StorageType) - function in com.anggrayudi.storage.SimpleStorage
- Managing files in direct storage requires root access.
- requestStorageAccess(Integer,FileFullPath) - function in com.anggrayudi.storage.SimpleStorage
- Managing files in direct storage requires root access.
- requestStorageAccess(Integer) - function in com.anggrayudi.storage.SimpleStorage
- Managing files in direct storage requires root access.
- requestStorageAccess() - function in com.anggrayudi.storage.SimpleStorage
- Managing files in direct storage requires root access.
- requestStorageAccess(Integer,FileFullPath,StorageType,String) - function in com.anggrayudi.storage.SimpleStorageHelper
- requestStorageAccess(Integer,FileFullPath,StorageType) - function in com.anggrayudi.storage.SimpleStorageHelper
- requestStorageAccess(Integer,FileFullPath) - function in com.anggrayudi.storage.SimpleStorageHelper
- requestStorageAccess(Integer) - function in com.anggrayudi.storage.SimpleStorageHelper
- requestStorageAccess() - function in com.anggrayudi.storage.SimpleStorageHelper
- REUSE - enum entry in com.anggrayudi.storage.file.CreateMode
For folder case:
If the conflicted file is a file, then return
null.If the conflicted file is a folder, then use this directory.
If folder
A/Balready exists under this folder and you're trying to createA/B, then returnA/B.If folder
A/Balready exists under this folder and you're trying to createA/B/C, then create folderCand returnA/B/C.
For file case:
If the conflicted file is a folder, then return
null.If the conflicted file is a file, then return this.
- RINGTONES - enum entry in com.anggrayudi.storage.file.PublicDirectory
Returns
nullif you have no URI permissions for read and write in Android 10.- RINGTONES - enum entry in com.anggrayudi.storage.media.AudioMediaDirectory