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.
- Host: GitHub
- URL: https://github.com/tidy-coder/tidyopenfilemanagementlibrary
- Owner: Tidy-Coder
- License: gpl-3.0
- Created: 2024-08-02T17:10:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T14:47:58.000Z (8 months ago)
- Last Synced: 2025-03-13T12:14:49.485Z (2 months ago)
- Topics: 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
- Language: C
- Homepage: https://tidy-coder.github.io/TidyOpenFileManagementLibrary/
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |✅ | ✅ | ✅ |✅ |