Top "Delete-file" questions

Tag for questions regarding file deletion.

Delete files in temp folder in C#

I am working in Visual Studio 2015 and I am using C#. So I created Windows Form and I added a …

c# cmd delete-file temp
What does it mean if some files in TortoiseSVN are marked "deleted" and others "deleted (+)" with a plus sign?

I'm about to do a commit in TortoiseSVN involving rearranging a lot of files and directories. On the "commit" window, …

file svn tortoisesvn delete-file
WiX installer remove files on uninstall but not on upgrade

I have a program that installs with a WiX installer. The program itself creates a number of files in the […

wix windows-installer upgrade uninstallation delete-file
DeleteFile fails on recently closed file

I have a single threaded program (C++, Win32, NTFS) which first creates a quite long temporary file, closes it, opens …

c++ file winapi delete-file
How can I decrypt Snapchat .nomedia files?

Recently, all of my Snapchat photos and videos got deleted, so I have been trying to get them back. Apparently, …

ruby encryption photo delete-file snapchat
Del command in command prompt

I want to, for example, delete a file in AppData/Roaming/MyFolder/myfile.txt. I use command prompt and typed …

command-prompt delete-file appdata
Prevent a user from deleting, moving or renaming a file

What I am trying to do is while my program is using a file, I want to keep the user …

c# move delete-file file-rename
How to undo git rm -rf dirname without a first commit?

I did: git init git add . git rm -rf dirname Looking at other answsers, git reset --hard HEAD, git checkout …

git commit delete-file undo rm
Delete temp files on logout with GPO

I know the title can pretty much be summed up with Disk Cleanup. I have looked at deploying DiskCleanup with …

powershell batch-file delete-file temp gpo
How do I delete all files in an Azure File Storage folder?

I'm trying to work how how to delete all files in a folder in Azure File Storage. CloudFileDirectory.ListFilesAndDirectories() returns …

c# azure azure-storage delete-file azure-storage-files