Top "Directory-structure" questions

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

What is the best project structure for a Python application?

Imagine that you want to develop a non-trivial end-user desktop (not web) application in Python. What is the best way …

python directory-structure organization project-structure
Representing Directory & File Structure in Markdown Syntax

I want to describe directory & file structures in some of my Jekyll blog posts, does Markdown provide a neat …

unicode markdown jekyll directory-structure project-structure
Java: How can I compile an entire directory structure of code ?

The use case is simple. I got the source files that were created using Eclipse. So, there is a deep …

java compilation javac directory-structure
How to specify the JDK version in android studio?

Android Studio is giving me a Gradle build error that looks like this: Error:(3, 22) compileSdkVersion android-22 requires compiling with JDK 7 …

java android gradle directory-structure
Best practice for Django project working directory structure

I know there is actually no single right way. However I've found that it's hard to create a directory structure …

django directory-structure organization project-structure
List directory tree structure in python?

I know that we can use os.walk() to list all sub-directories or all files in a directory. However, I …

python traversal directory-structure
mkdir's "-p" option

So this doesn't seem like a terribly complicated question I have, but it's one I can't find the answer to. …

unix command-line command-line-arguments directory-structure
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
Populate TreeView with file system directory structure

i am new with Nodes here.. :) i came up with this algorithm but it only shows the list of parent …

c# .net winforms treeview directory-structure
Maximum number of files/directories on Linux?

I'm developing a LAMP online store, which will allow admins to upload multiple images for each item. My concern is …

linux directory directory-structure