Top "Delete-file" questions

Tag for questions regarding file deletion.

How can I make my .NET application erase itself?

How can I make my C# app erase itself (self-destruct)? Here's two ways that I think might work: Supply another …

c# .net windows delete-file self-destruction
React Native file handling - delete image

I am using react-native-camera for clicking pictures. I get a file path like : "file:///storage/emulated/0/Pictures/IMG_20161228_021132.jpg" in …

react-native delete-file
What is the fastest way of deleting files in a directory? (Except specific file extension)

I have seen questions like What is the best way to empty a directory? But I need to know, what …

c# .net vb.net linq delete-file
Python Deleting Certain File Extensions

I'm fairly new to Python, but I have gotten this code to work, and in fact, do what it's intended …

python logic file-extension delete-file
PHP unlink symlink

when I create under windows a symlink (didn't test it yet under linux) and want to delete/unlink it again (…

php symlink delete-file unlink
Powershell script to delete files not specified in a list

I have a list of filenames in a text file like this: f1.txt f2 f3.jpg How do I …

list file powershell delete-file
What permissions are needed to delete a file in unix?

I currently have a directory (udir), which has only read and write permissions for all users. This directory contains two …

file unix permissions delete-file execute
Cannot verify lock on path

When I want to delete some files, it happens to show me the error below: Commit failed (details follow): Cannot …

svn tortoisesvn delete-file verify
The most efficient way to delete millions of files based on modified date, in windows

Goal: Use a script to run through 5 million - 10 million XML files and evaluate their date, if older than 90 days …

powershell datetime delete-file memory-efficient
How to debug "Sharing Violation" when trying to delete a file

I have a multi threaded C# application which creates files, opens them for processing, then deletes them once finished. This …

c# multithreading io ioexception delete-file