Package com.anggrayudi.storage.file
See: Description
-
Enum Summary Enum Description CreateMode Created on 03/06/21 DocumentFileType Created on 08/09/20 PublicDirectory Created on 05/09/20 StorageType Created on 17/08/20 -
Object Summary Object Description DocumentFileCompat Created on 16/08/20 FileSize Created by Nicko on 09/09/2015. MimeType See mime type listCreated on 03/06/21 StorageId Created on 03/06/21 Companion -
Class Summary Class Description FileFullPath If you're using the following functions: // for API 30+ val fullPath = FileFullPath(context, StorageType.EXTERNAL, "DCIM") // for API 29-, define storage ID explicitly val fullPath = FileFullPath(context, StorageId.PRIMARY, "DCIM") storageHelper.requestStorageAccess(initialPath = fullPath) storageHelper.openFolderPicker(initialPath = fullPath)CalculationCallback FileProperties Created on 03/06/21 DocumentFileUtils FileUtils