A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

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 filename and mimeType.
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 newName as Download/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/B already exists under this folder and you're trying to create A/B, then return A/B.

  • If folder A/B already exists under this folder and you're trying to create A/B/C, then create folder C and return A/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 null if you have no URI permissions for read and write in Android 10.

RINGTONES - enum entry in com.anggrayudi.storage.media.AudioMediaDirectory
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Z