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 copy directories with spaces in the name

I am trying to use robocopy but am unable to make it work because of spaces in the directory names. …

directory spaces robocopy
Directory.GetFiles of certain extension

Is there a way to simplify this linq expression, or is there a better way of doing this? Directory.GetFiles(…

c# linq directory getfiles
How to select a directory and store the location using tkinter in Python

I am creating a GUI with a browse button which I only want to return the path. I've been looking …

python button tkinter directory python-2.x
Microsoft Azure: How to create sub directory in a blob container

How to create a sub directory in a blob container for example, in my blob container http://veda.blob.core.…

c# azure directory azure-blob-storage
Create a folder inside documents folder in iOS apps

I just want to create new folders in the documents folder of my iPhone app. Does anybody know how to …

iphone directory new-operator document nsfilemanager
Getting Downloads Folder in C#?

I have made some code that will search directories and display files in a listbox. DirectoryInfo dinfo2 = new DirectoryInfo(@"C:\…

c# directory visual-c#-express-2010
How to [recursively] Zip a directory in PHP?

Directory is something like: home/ file1.html file2.html Another_Dir/ file8.html Sub_Dir/ file19.html I am using …

php directory zip directory-structure recursion
checking if file exists in a specific directory

I am trying to check for a specific file in a given directory. I don't want the code but I …

java directory file-exists
Portable way to check if directory exists [Windows/Linux, C]

I would like to check if a given directory exists. I know how to do this on Windows: BOOL DirectoryExists(…

c file directory file-exists
Moving all files from one directory to another using Python

I want to move all text files from one folder to another folder using Python. I found this code: import …

python directory move