Top "Directory-structure" questions

Questions that relate to the organization of files and directories in a filesystem.

md5 all files in a directory tree

I have a a directory with a structure like so: . ├── Test.txt ├── Test1 │   ├── Test1.txt │   ├── Test1_copy.txt │   └── Test1a │   ├── …

bash for-loop find md5 directory-structure
Why can't C++ find GLM headers?

I do not have permissions to put GLM into usr/local/include or usr/include but I need to use …

c++ opengl directory directory-structure glm-math
Directory structure for TypeScript projects

What would be an idiomatic directory structure for a TypeScript project? I would like the following features in such a …

typescript directory-structure conventions typescript1.8
Set Recursive-Depth for dir command in dos

I'm currently using the following command to list some directories: dir /b /s /AD > c:\temp\dir_list.txt …

windows recursion cmd directory directory-structure
Bash script that creates a directory structure

I've been googling all night trying to find a way to create a script that creates a directory structure. That …

linux bash if-statement directory-structure
Compile source file to a different directory?

Is there a way to compile a Java source file (*.java) to a different directory? If my package file structure …

java directory-structure
Visual Studio 2010: Solution Explorer not showing project directory structure

I'm using a new install of MS Visual Studio 2010 and cannot seem to get the Solution Explorer to show the …

visual-studio-2010 visual-studio directory-structure solution-explorer
How to create custom fonts in android studio

I need to add new fonts to my project where do i create it in android studio Can someone advise …

android android-studio fonts typeface directory-structure
Why place headers in a separate directory?

I know that it is common in C/C++ projects to place header files in a directory such as include …

c++ c directory-structure
src/main/webapp directory not recognized by Eclipse

I use m2eclipse to import Maven Java projects in Eclipse. It fails to recognize src/main/webapp as a …

java maven-2 directory-structure m2eclipse