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.

Tree view of a directory/folder in Windows?

In Linux/KDE, I can see a directory as a tree. How can I do it in Windows 7? Consider I …

windows tree directory windows-explorer
In Unix, how do you remove everything in the current directory and below it?

I know this will delete everything in a subdirectory and below it: rm -rf <subdir-name> But how do …

bash unix directory subdirectory delete-directory
Getting current directory in .NET web application

So I have a web project, and I'm trying to get the root directory of the website using the c# …

c# asp.net .net directory filepath
Getting the parent of a directory in Bash

If I have a file path such as... /home/smith/Desktop/Test /home/smith/Desktop/Test/ How do I change …

bash directory dirname
How can I create directory tree in C++/Linux?

I want an easy way to create multiple directories in C++/Linux. For example I want to save a file …

c++ linux directory
How can I tell where mongoDB is storing data? (its not in the default /data/db!)

My host came with a mongodb instance and there is no /db directory so now I am wondering what I …

mongodb directory database
C# Test if user has write access to a folder

I need to test if a user can write to a folder before actually attempting to do so. I've implemented …

c# permissions directory
Create a directory if it doesn't exist

In my app I want to copy a file to the other hard disk so this is my code: #include &…

c++ windows file directory copy
Getting current directory in VBScript

I'm trying to get the current directory and use it to run an application no matter where the file is …

vbscript directory
Create a txt file using batch file in a specific folder

I am trying to create a batch file which will create a text file in a specific folder. I am …

batch-file directory creation