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.

Iterating through directories with Python

I need to iterate through the subdirectories of a given directory and search for files. If I get a file …

python directory
Better way to check if a Path is a File or a Directory?

I am processing a TreeView of directories and files. A user can select either a file or a directory and …

c# .net file path directory
JAVA_HOME directory in Linux

Is there any linux command I could use to find out JAVA_HOME directory? I've tried print out the environment …

java linux directory
Permission denied on accessing host directory in Docker

In short: I am trying to mount a host directory in Docker, but then I can not access it from …

directory file-permissions docker mount permission-denied
What is the reason for the error message "System cannot find the path specified"?

I have folder run in folder system32. When I run cmd from within Total Commander opening a command prompt window …

cmd directory system32
Unix - copy contents of one directory to another

Folder1/ -fileA.txt -fileB.txt -fileC.txt > mkdir Folder2/ > [copy command] And now Folder2/ looks like: Folder2/ -fileA.…

file unix copy directory
Get names of all files from a folder with Ruby

I want to get all file names from a folder using Ruby.

ruby file directory filenames
Pick images of root folder from sub-folder

Let's say following is the directory structure of my website : Now in index.html I can simply refer images like: &…

html reference directory src subdirectory
Node.js check if path is file or directory

I can't seem to get any search results that explain how to do this. All I want to do is …

node.js path directory filesystems fs
Easy way to test an LDAP User's Credentials

Is there an easy way to test the credentials of a user against an LDAP instance? I know how to …

directory ldap opends opendj