Top "Directory-structure" questions

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

Official way of adding custom fonts to Rails 4?

I'm researching how to add custom fonts to my Rails app, e.g. by adding a fonts folder in the …

ruby-on-rails fonts ruby-on-rails-4 assets directory-structure
SVN: Checkout/export only the directory structure

Is there a way to perform a SVN checkout (or export), which would fetch only the directory structure; that is …

svn directory-structure
MySql: How to turn on the general query log via my.cnf?

I'm trying to use a program called MySql Administrator, though I'd also be willing to use the Command Prompt (I …

mysql logging xampp directory-structure mysqladministrator
How to extract file from zip without maintaining directory structure in Python?

I'm trying to extract a specific file from a zip archive using python. In this case, extract an apk's icon …

python zip unzip directory-structure
Where does node.js put its files?

I have recently started playing with node.js, but I got lost in a big mess of different versions of …

node.js package npm directory-structure
What does double slash // in `cd //` mean in Linux?

I've entered a command cd // instead of cd / by mistake and instead of getting an error as I'd expect the …

linux bash shell directory-structure cd
Where do I put my python files in the venv folder?

(Probably a noob question, but I didn't find a solution after googling for 20 minutes.) I created a new pure Python …

python virtualenv directory-structure
Zend Framework on shared hosting

I'm new to Zend Framework. I would like to know how to implement zend framework on a shared hosting. Because …

zend-framework shared-hosting directory-structure
Nuget: Change package directory path and name

Is it possible to change the name and the path of the created nuget package directory? My current folder structure …

nuget nuget-package directory-structure
Reading all files in all directories

I have the code working to read in the values of a single text file but am having difficulties reading …

python file file-handling directory-structure