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 check permissions of a specific directory?

I know that using ls -l "directory/directory/filename" tells me the permissions of a file. How do I do …

unix directory
Create a folder if it doesn't already exist

I've run into a few cases with WordPress installs with Bluehost where I've encountered errors with my WordPress theme because …

php wordpress directory
Directory-tree listing in Python

How do I get a list of all files (and directories) in a given directory in Python?

python file directory subdirectory directory-tree
What is the current directory in a batch file?

I want to create a few batch files to automate a program. My question is when I create the batch …

batch-file directory
How to create a directory in Java?

How do I create Directory/folder? Once I have tested System.getProperty("user.home"); I have to create a directory (…

java directory
How do I ignore a directory with SVN?

I just started using SVN, and I have a cache directory that I don't need under source control. How can …

svn version-control directory
How do I get the directory from a file's full path?

What is the simplest way to get the directory that a file is in? I'm using this to set a …

c# .net file file-io directory
Command prompt won't change directory to another drive

I'm trying to compile some java (learning java currently), and to do so I need to change command-prompt's directory (using …

command-line cmd directory command-line-interface command-prompt
List all files in one directory PHP

What would be the best way to list all the files in one directory with PHP? Is there a $_SERVER …

php list directory
How to remove files and directories quickly via terminal (bash shell)

From terminal window: When I use the rm command it can only remove files. When I use the rmdir command …

file terminal directory rm rmdir