Top "Delete-file" questions

Tag for questions regarding file deletion.

Can I delete data from the iOS DeviceSupport directory?

After going through and cleaning my disk with old things that I didn't need anymore, I came across the iOS …

xcode xcode8 delete-file temporary-files
How do I delete files programmatically on Android?

I'm on 4.4.2, trying to delete a file (image) via uri. Here's my code: File file = new File(uri.getPath()); boolean …

java android file uri delete-file
error: could not lock config file filepath/../.git/config :permission denied

i created a folder called "try" in the path /home/bhishan/Copy/try then inside that folder i gave some …

ubuntu github delete-file
Undo delete in GIT

I made something very stupid. I made a commit using git commit (file edits + new files) (C). Then I made …

git commit delete-file undo undelete
Deleting a File using php/codeigniter

I would like to delete a file that is found in my localhost. localhost/project/folder/file_to_delete I'm …

php codeigniter delete-file unlink
Delete a file being used by another process

I'm trying to programmically delete a file, but the file is apparently being used by another process (which happens to …

c# wpf file process delete-file
Delete Folders and Containing Files

I have a really quick question. My program actually downloads a zip file then extracts it onto their desktop. But …

vb.net visual-studio-2010 directory delete-file
Delete files older than x days

How can I find out when a file was created using java, as I wish to delete files older than …

java time delete-file
Force Delete all files from a folder

I have been using a specific piece of code to delete files from a folder but it is proving very …

java file-io delete-file fileinputstream
how to delete a file from folder in php

I have a folder 'items' in which there are 3 files item1.txt, item2.txt and item3.txt. I want to …

php file delete-file