Top "Delete-file" questions

Tag for questions regarding file deletion.

ruby - delete all files with names matching a pattern

I have multiple files ( in a folder containing thousands of files ), ex : ... page_bonus.txt page_code1.txt page_code2.…

ruby delete-file
How do I .gitignore and delete an already committed file without affecting other working copies?

I have a bare repository and two working copies - one on my machine, the other on the server. It …

git file gitignore delete-file
Git conflict "both deleted"

I don't understand why "both deleted" is a status for unmerged paths. If: OldStandard is the base NewStandard is the …

git merge conflict delete-file
Spring Integration, delete file in outbound channel adapter

I am using Spring Integration to poll a directory for a File, process this file in a service class, write …

spring integration delete-file channel outbound
How to delete all files except one from a directory using PHP?

I have a few directories with some files in them: /test1/123.jpg /test1/124.jpg /test1/125.jpg /test2/123.jpg /test2/124.jpg …

php delete-file unlink removeall
Deleting random access file in java

I've created a random access file as follows: RandomAccessFile aFile = null; aFile = new RandomAccessFile(NetSimView.filename, "rwd"); I want to …

java file-io delete-file random-access
Search and then delete depending on whether files contain a string

I'd like to search through multiple text files in a single directory for a string ('monkey'), if the string exists, …

file batch-file text delete-file findstr
Delete file after sharing via intent

I'm trying to delete a temporary file after sharing it via android's Intent.ACTION_SEND feature. Right now I am …

android file email android-activity delete-file
What happen if I delete App.config in C# application?

I write a small application, that I don't need store anything in config files. So the file App.config in …

c# app-config delete-file