-
Notifications
You must be signed in to change notification settings - Fork 0
Home
TidyCoder edited this page Aug 6, 2024
·
8 revisions
Welcome to the Tidy Open File Management Library wiki!
This repository has several functions translated in several programming languages about file management (delete file, check if a file exists... etc).
This repo is rich in functions, examples:
- A function that check if a file exists
- A function that check if a specified path is a file
- A function that check if a specified path is a directory
- A function that delete a file or a directory, etc...
- For the c binding:
The <stdio.h> For windows: The <windows.h>. For POSIX (Linux, macOS): <unistd.h>
- For the Python binding:
The python interpreter with the standard library.
- For the java binding:
The java.io.File library and java.
A library coded by Tidycoder. If you see an issue please declare it. And thanks!