Top "Delete-file" questions

Tag for questions regarding file deletion.

Scala - delete file if exist, the Scala way

How to nicely delete file in Scala, "the Scala way"? For example, i can use something like this, very Java …

scala delete-file
Windows CMD Search and Delete file by name

I have a website dump which has about half a gig worth of images which have been converted to various …

windows file cmd delete-file
How to delete "The file name is too long." in windows. [Command Prompt]

How to delete large file path/file name files in Windows. Which is slimier to Linux rm -rf . ?

windows command-prompt delete-file robocopy
How to get all the files exceeding certain size and deleting them

I am looking for a linux command to get all the files exceeding a certain size from the current directory …

linux delete-file
File deletion using rm command

I want to make sure that I delete required files. I have code something like dir="/some/path/" file = "somefile.…

python file delete-file
Delete images from a folder

I want to to destroy all images within a folder with PHP how can I do this?

php delete-file
Deleting directory in Python

shutil.rmtree will not delete read-only files on Windows. Is there a python equivalent of "rm -rf" ? Why oh why …

python directory delete-file
How to correct delete catalina.out?

I couldn't restart Tomcat webserver. But catalina.out get very big. I have tried delete on test server and created …

java tomcat size delete-file catalina.out
java file.delete() won't work

I have created a properties file and I want to encrypt that keep the same folder encrypted properties file and …

java file delete-file
Delete file from zipfile with the ZipFile Module

The only way I came up for deleting a file from a zipfile was to create a temporary zipfile without …

python zip delete-file