Top "Directory" questions

A directory or folder is a virtual container within a digital file system, in which groups of computer files and other directories can be kept and organized.

Check if a path represents a file or a folder

I need a valid method to check if a String represents a path for file or a directory. What are …

java android file path directory
How to delete empty folders using windows command prompt?

I need to delete all empty folders from my application folder using windows command prompt? How can I create a …

windows command-line command directory
Vbscript list all PDF files in folder and subfolders

Well here is my code but I just can not filter the listing using the objFile.Extension i am sure …

vbscript directory subdirectory directory-listing
How can I get a resource "Folder" from inside my jar File?

I have a resources folder/package in the root of my project, I "don't" want to load a certain File. …

java list resources directory
Troubleshooting misplaced .git directory (nothing to commit)

I started getting this message. No matter what I edit and try to commit, it says there is nothing to …

git directory git-commit
How can I calculate an md5 checksum of a directory?

I need to calculate a summary md5 checksum for all files of a particular type (*.py for example) placed under …

linux directory md5sum
How to find the largest file in a directory and its subdirectories?

We're just starting a UNIX class and are learning a variety of Bash commands. Our assignment involves performing various commands …

file bash directory find large-files
C# delete a folder and all files and folders within that folder

I'm trying to delete a folder and all files and folders within that folder, I'm using the code below and …

c# directory
Difference between mkdir() and mkdirs() in java for java.io.File

Can anyone tell me the difference between these two methods: file.mkdir() file.mkdirs()

java android directory android-file
Delete files older than 3 months old in a directory using .NET

I would like to know (using C#) how I can delete files in a certain directory older than 3 months, but …

c# .net file directory