A lightweight and cross-platform C program that securely deletes a file after a specified countdown. Built to demonstrate system-level file operations using platform-specific commands.
# Compile the code
gcc sdfs.c -o sdfs
# Run the executable
./sdfs- Run the executable.
- Provide the file path and countdown time.
- Confirm deletion.
- Cross-platform compatibility (Windows/Linux)
- Secure deletion with system-level commands
- Configurable countdown timer
Feel free to fork this repo and submit PRs!!!
This project is licensed under the MIT License.