Top "Subdirectory" questions

A subdirectory is a directory that is contained inside another directory.

java: search file according to its name in directory and subdirectories

I need a to find file according to its name in directory tree. And then show a path to this …

java search subdirectory
Use a subdirectory as root with htaccess in Apache 1.3

I'm trying to deploy a site generated with Jekyll and would like to keep the site in its own subfolder …

apache .htaccess jekyll subdirectory
C# Remove all empty subdirectories

I have a task to clean up a large number of directories. I want to start at a directory and …

c# .net subdirectory
Recursive make in subdirectories

How can I order make command in the Makefile to execute recursively in all subdirectories make commands (defined in the …

recursion directory makefile subdirectory
make wildcard subdirectory targets

I have a "lib" directory in my applications main directory, which contains an arbitrary number of subdirectories, each having its …

makefile wildcard target subdirectory
Get full directory contents with AppleScript

I need to get the entire (visible) contents of a folder and its subfolders as a list. Is this possible?

list applescript directory subdirectory
Using htaccess to remove codeigniter index.php in a subdirectory

I'm trying to remove the index.php from my CI urls, but having followed the instructions it doesn't seem to …

.htaccess codeigniter subdirectory
How to find a library with cmake?

To link an executable with a library that resides in a standard location, one can do the following in a …

linker cmake subdirectory
Linux get the size of a folder and its subfolders to a certain depth

In Linux, I have the following folder structure, I want to get the size of the folder and its subfolders …

linux size directory subdirectory
Git repository within Git repository

I have a main git repository A and we are using sources out of another git repository B in a …

git directory repository clone subdirectory