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.

Save file to specific folder with curl command

In a shell script, I want to download a file from some URL and save it to a specific folder. …

bash shell curl directory
Create a folder and sub folder in Excel VBA

I have a pull down menu of companies that is populated by a list on another sheet. Three columns, Company, …

excel vba macos directory create-directory
List all files and directories in a directory + subdirectories

I want to list every file and directory contained in a directory and subdirectories of that directory. If I chose …

c# directory subdirectory getdirectories
Where are the python modules stored?

I have recently started learning Python and I have 2 questions relating to modules. Is there a way to obtain a …

python directory module
Create whole path automatically when writing to a new file

I want to write a new file with the FileWriter. I use it like this: FileWriter newJsp = new FileWriter("C:\\…

java path directory filewriter
How to import a Python class that is in a directory above?

I want to inherit from a class in a file that lies in a directory above the current one. Is …

python module directory python-import
Extract a part of the filepath (a directory) in Python

I need to extract the name of the parent directory of a certain path. This is what it looks like: …

python directory filepath
How to delete a whole folder and content?

I want the users of my application to be able to delete the DCIM folder (which is located on the …

android file-io directory delete-directory
Java - how do I write a file to a specified directory

I want to write a file results.txt to a specific directory on my machine (Z:\results to be precise). …

java file directory bufferedwriter
How to iterate over the files of a certain directory, in Java?

Possible Duplicate: Best way to iterate through a directory in java? I want to process each file in a certain …

java file directory