Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 551 Bytes

ReadME_Extensions_File.md

File metadata and controls

15 lines (8 loc) · 551 Bytes

📂 File Extensions

Use MeowFileUtils.isExternalStorageAvailable() to check External Storage availability.

Use MeowFileUtils.deleteAllFiles(path) to delete all of files in a path.

Use Context?.clearCache() to clear Application's Cache.

Use File?.safeListFiles() to get list of files without throw an exception.

Use File?.safeDelete() to delete a file without throw an exception.

Use File?.safeExist() to check a file exists without throw an exception.

Use File?.safeLength() to get length of a file without throw an exception.