This repo contains functions that help to manipulate files in several languages with the same function names.
functions | c | python | java | c# |
---|---|---|---|---|
exists | ✅ | ✅ | ✅ | ✅ |
isFolder | ✅ | ✅ | ✅ | ✅ |
isFile | ✅ | ✅ | ✅ | ✅ |
createFolder | ✅ | ✅ | ✅ | ✅ |
delete | ✅ | ✅ | ✅ | ✅ |
createFile | ✅ | ✅ | ✅ | ✅ |
size | ✅ | ✅ | ✅ | ✅ |
clear | ✅ | ✅ | ✅ | ✅ |