It is a FileUtil/AnyThingElseUtils to help developers to work with files / or any thing else , please read the usage and warnings to know how it works.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.abodinagdat16:EveryThingUtils:v2.4'
}
- 👇👇⛔
BEFORE YOU USE FileUtils ! READ THIS BEFORE READING USAGE TEXT
- [] it supports android 11 fully but you must add manage all storage permission or any other ways of accessing android folder , I will try to update it soon but currently you should do that yourself to access android folder , other folders are working well
- SafUtils have some errors please do not use it yet