Top "Delete-file" questions

Tag for questions regarding file deletion.

How to remove a directory from git repository?

I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without …

git github bitbucket delete-file git-bash
Remove a file from a Git repository without deleting it from the local filesystem

My initial commit contained some log files. I've added *log to my .gitignore, and now I want to remove the …

git repository remote-server delete-file git-rm
Deleting a file in VBA

Using VBA, how can I: test whether a file exists, and if so, delete it?

vba file-io delete-file file-exists
Ansible: How to delete files and folders inside a directory?

The below code only deletes the first file it gets inside the web dir. I want to remove all the …

ansible delete-file delete-directory
How to delete a folder and all contents using a bat file in windows?

I want to delete a folder with all files and subfolders using a bat file. I have tried the following, …

windows batch-file command delete-file
Delete files or folder recursively on Windows CMD

How do I delete files or folders recursively on Windows from the command line? I have found this solution where …

windows cmd delete-file
Linux delete file with size 0

How do I delete a certain file in linux if its size is 0. I want to execute this in an …

linux filesystems delete-file ls rm
Java 'file.delete()' Is not Deleting Specified File

This is currently what I have to delete the file but it's not working. I thought it may be permission …

java file delete-file
Python3 project remove __pycache__ folders and .pyc files

What is the BEST way to clear out all the __pycache__ folders and .pyc/.pyo files from a python3 project. …

python python-3.x python-3.4 delete-file