An open API service indexing awesome lists of open source software.

https://github.com/tidy-coder/tidyopenfilemanagementlibrary

This repo contains functions that help to manipulate files in several languages with the same function names.
https://github.com/tidy-coder/tidyopenfilemanagementlibrary

c c-library csharp csharp-library file-api file-management file-management-library file-management-system fileapi fileserviceapi fileservices filesystem-access-api filesystem-utils java java-library multiplateform python python-3 python-library

Last synced: 2 months ago
JSON representation

This repo contains functions that help to manipulate files in several languages with the same function names.

Awesome Lists containing this project

README

        

# TidyOpenFileManagementLibrary
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 |✅ | ✅ | ✅ |✅ |