Otiel / DeleteFileWhenCreated

A Windows command line app used to delete a file as soon as it is created

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeleteFileWhenCreated

Description

DeleteFileWhenCreated is a command line application written in C# for Windows that can be used to delete a file as soon as it is created.

DeleteFileWhenCreated registers a file watcher to detect when the file is created, and deletes it instantly. The application runs in the background and can only be stopped through the Task Manager.

Usage

  1. Download the latest version from the releases page as a zip file.
  2. Open a command line (Win+R → cmd).
  3. Run "C:\[path to exe]\DeleteFileWhenCreated.exe" "C:\[path to file]\myFileToDelete".

Bugs/Ideas

If you have a bug to report, or simply an idea for an improvement or a new feature, please add them in the issue tracker.

License

DeleteFileWhenCreated is licensed under the WTFPL WTFPL icon.

About

A Windows command line app used to delete a file as soon as it is created

License:Do What The F*ck You Want To Public License


Languages

Language:C# 100.0%