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.

How to create a temporary directory/folder in Java?

Is there a standard and reliable way of creating a temporary directory inside a Java application? There's an entry in …

java file file-io directory temporary-directory
copying all contents of folder to another folder using batch file?

I have a folder in C:\Folder1 I want to copy all the contents of Folder1 to another location, D:\…

windows batch-file copy directory
How to create a directory using Ansible

How do you create a directory www at /srv on a Debian-based system using an Ansible playbook?

directory filesystems ansible
In a Git repository, how to properly rename a directory?

I think it should work to copy the directory to be renamed to a new directory with desired name, and …

git directory rename
PHP - Move a file into a different folder on the server

I need to allow users on my website to delete their images off the server after they have uploaded them …

php directory move unlink
Copy the entire contents of a directory in C#

I want to copy the entire contents of a directory from one location to another in C#. There doesn't appear …

c# .net directory copy
How do i get a list of folders and sub folders without the files?

I am trying to print a list of the folders and sub folders of a directory to a file. When …

cmd directory subdirectory
How to .gitignore all files/folder in a folder, but not the folder itself?

Possible Duplicate: How do I add an empty directory to a git repository I want to check in a blank …

git file directory gitignore
Deleting all files from a folder using PHP?

For example I had a folder called `Temp' and I wanted to delete or flush all files from this folder …

php file directory glob
How to get a list of sub-folders and their files, ordered by folder-names

Can I use dir command-line to get a list of sub-folders and their files, ordered by folder-names, and not just …

command-line directory dos