A subdirectory refers to a directory contained inside another directory (in the context of a file system).

learn more… | top users | synonyms

1
vote
0answers
17 views

.htaccess not affect subdirectories?

How I can make my file .htaccess not affect subdirectories? <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f ...
-1
votes
3answers
54 views

How to search subdirectories for .c files and compile them (shell scripting)

I need to take an argument which is a directory of the current directory and search its folders and compile any C files in those folders. I'm just beginning shell scripting in Bash and am a little ...
2
votes
2answers
71 views

create list of all files in every subdirectories in bash

I trying to write script in bash which will loop over all subdirectories, starring from given path, and will create list with md5 sums of all files in current directory. I need something like ls -R, ...
0
votes
2answers
76 views

Windows ms-dos command - create lots of SAME subfolders under EACH parent 3rd level folder

I have a folder structure like this: world country city1 city2 city3 ... Because of my job, I needed to create lots of SAME subfolders under EACH city. I ...
0
votes
0answers
24 views

Need htaccess to rewrite subdirectory

We are having an issue with our htaccess file. Our goal is to get the pages in a subdirectory to be viewed in the URL as if it were up a level. It is a little more complicated than it sounds. To ...
-1
votes
2answers
30 views

Block access to subdirectory with .htaccess [closed]

How to block all subdirectories with .htaccess ? I have: / /subdir /subdir/file_1 /subdir/file_2 and want to deny acces to /subdir yet to maintain full access to / /subdir/file_1 ...
1
vote
1answer
59 views

emacs ff-find-other-file and ff-search-directories isn't recursive

Can we make ff-find-other-file to search recursively in directories which are listed in ff-search-directories. Instead of searching only in /usr/include, it would also search in /usr/include/llvm. Or ...
1
vote
0answers
23 views

International website (English and German) with GETTEXT and VIRTUAL subdirectories in the URL

I have a website which uses two languages: English and German. For now, we use a cookie that stores the user's preferred language (en/de) and sets the language of GETTEXT() accordingly: ...
0
votes
2answers
29 views

Use top-level makefile in subdirectories

I have a project with a directory structure like this: ╷ / ├ Makefile ├┐ dir1/ │├ foo.in │└ foo.out ├┐ dir2/ ┊┊ and the Makefile contains rules for all file in the project, e.g. dir1/%.out: ...
0
votes
2answers
44 views

Batch File: Removing directory recursively.

i'm doing a single Batch-File currently that deletes all contents from a specific folder on the Server. It is working so far, but directories with spaces in the Folder name will not be recognized ...
0
votes
0answers
16 views

accessing a sub-directory

I'm trying to create a password protected subdirectory for my website for the first time, I'm using the .htpasswd and .htaccess, however every time I type the path to a page in the directory in to my ...
0
votes
2answers
261 views

ASP:NET MVC4 url routing for controllers with the same name in different namespaces

In my Asp.NET MVC4 web project, I have many controllers and I want to put them into subdirectories under the folder "Controllers". Some controllers will have the same name due to their major jobs, ...
1
vote
4answers
84 views

PHP: Session vaiables not accessible in sub-directory

I have encountered a strange problem. I have a password protected site with most of my files in the main directory. All the files are inaccessible before login but upon setting a session variable ...
0
votes
0answers
21 views

Removing .php extension in URLs but using subdirectories [duplicate]

I want to redirect a URL to a php file in a subdirectory but am not able to do it. I tried everything but could not get it to work. What should I write in .htaccess? Actually I want to do this: The ...
1
vote
1answer
69 views

loop for applying script to sub-folders and name results accordingly --R

I have a script to get corssproduct of test-results.csv file against any exsiting train .csv file in one folder Edited -- some corrections added mytest <- function(data) { data01 <- ...
0
votes
1answer
104 views

Drive letter removed from path when retrieiving sub directories

I am trying to retrieve the subdirectories of a directory in delphi, I am using this function: procedure GetSubDirectories(const directory : string; list : TStrings) ; var sr : TSearchRec; begin ...
0
votes
1answer
43 views

does iCloud support sub-directories?

We want to backup a few of our apps' subdirectories (and the files under them) to iCloud and also able to browse those files at runtime, don't find any API/properties for that purpose, is it still ...
0
votes
0answers
64 views

vb.net searching and renaming directories

I am bussy with a project. I want to rename all the folders with a specified sign in it. I want to do this with the main directory and subdirectories. Now i am able to change the main directory but ...
1
vote
1answer
28 views

Building a simple .htaccess hierachy rewrite

I'm trying to do something rather simple here, but haven't been able to find the solution for it by searching here or Google - it must be that I don't know exactly what to search for. Basically, I'm ...
0
votes
0answers
42 views

Error code 404 on sub directories

I put on my web.config the code that handle this error and I need help to make work work on sub directories. For exapmle http://exmple.com/subdir/1/ I want to make to error code work if anyone ...
0
votes
1answer
93 views

Makefile Vpath multiple src Directories

I have a directory structure like edited/ Betrayal/ index.md Bloodlines/ cover.jpg index.md ... and a Makefile like PANDOC := pandoc PANDOC_OPTS := -t epub ...
0
votes
2answers
171 views

PHP - Recursive - Open URL Using Variable Created From Sub Directory Names

I'm trying to write some PHP that runs through a folder grabbing each sub directory name and assigning it to a variable. Then, open a URL with that variable. For example, D:Folder contains a number ...
2
votes
1answer
128 views

Batch Rename Subdirectories in Windows

I have a directory with thousands of subdirectories that contain their own subdirectories that need to be renamed. I'm using a Windows 7 machine that I do not have Administrator rights for so I can't ...
1
vote
1answer
126 views

Reading From directories+sub-directories

this is a semi homework and I've been trying for ages but without luck,basically I'm doing a Search engine-Like program,where i read files in my directory + their sub directory's and Read the text ...
0
votes
1answer
123 views

How can I build all Solution (.SLN) files under a directory

We needed to automate testing that all of the C#, C++, & VB.NET samples we ship compile properly. We need it to build all files without our listing each one. Listing each one means if someone ...
0
votes
2answers
101 views

How can I build all build.xml (.java) files under a directory

We needed to automate testing that all of the Java samples we ship compile properly. We need it to build all files without our listing each one. Listing each one means if someone forgets to add a new ...
0
votes
1answer
85 views

Installing Wordpress in Subdirectory/Folder

I'm just putting a couple of Wordpress sites live that are installed in a folder (not the root dir) on the server - e.g. /wordpress/ My question is this - the Wordpress codex suggests doing this for ...
0
votes
1answer
34 views

How to change Wordpress Directories?

How do I change the directories of Wordpress e.g.. /wp-admin or wp-login without messing up any internal files? I have tried this before but my Wordpress site stopped working.
0
votes
0answers
66 views

how can i add multiple directory to view latest images php

i want to edit multiple directory to view last update images this code show only one directory images and plz tell me how can i edit subdirectory to view latest/last image update show??? <?php ...
-2
votes
1answer
86 views

how to show images from sub-directory php [closed]

I want to add subdirectory to view the latest images. How can i edit, if i change in this line like this: $images = "./"; # Location of small versions Script only show a folders, but I want to ...
0
votes
3answers
231 views

Exclude subdirectories in a directory loop

In a .NET code, I have a loop that takes all .wav files from D:\Temp and its subdirectories : string[] fileHolder = Directory.GetFiles("D:\\Temp","*.wav", SearchOption.AllDirectories); I want to ...
1
vote
1answer
78 views

Authentication multiple files

So rather than excluding one file from the entire authentication like I tried to here. I've just decided to add specific files to the authentication like this: <Files ...> </Files> The ...
0
votes
1answer
206 views

QFileSystemWatcher::addPath recursively

Hi all I want to use QFileSystemWatcher to watch changes of a given directory and its subdirectory recursively, but void QFileSystemWatcher::addPath ( const QString & path ) didn't let me do it so ...
0
votes
1answer
221 views

How to download all subdirectories with wget?

I'm using wget with these parameters but I doesn't download the files in the subdirectories: wget -r --no-parent --user=user --password=pass http://www.domain.com/download The -r argument is for ...
1
vote
1answer
57 views

why svn doesn't allow tag with subdirectories?

in svn 1.6, when I try to create a tag based on a particular revision number, tortoise fails because of a path failure. e.g.: ${svn_url}/tags/ is empty, no prior tags created. I want to create a ...
-6
votes
2answers
3k views

C# - List all files and directories in a directory + subdirectories

I want to list every file and directory contained in a directory and subdirectories of that directory. If I chose C:\ as the directory, the program would get every the name of every file and folder on ...
0
votes
0answers
60 views

CFileFind in std

I'm trying to find a way to search for a specific file in a directory and its sub directories. in MFC the CFileFind is available, is there any way in std (standard lib) ?
0
votes
1answer
2k views

DOS batch - rename all files in subdirectories to have subdirectory name prefix

I basically have a setup like this: C:\Upload\A C:\Upload\B C:\Upload\C C:\Upload\D C:\Upload\E Where A, B, C, D, E are always different (product IDs) and will always be a different amount (it ...
0
votes
2answers
114 views

htaccess - creating directories and files of the same name

I want to create a bunch of files without an extension showing at the end. The easiest way to do that was to do this: /usa/index.php /usa/alaska/index.php /usa/alabama/index.php ...
0
votes
0answers
150 views

One wordpress installation with multiple sites(sub-directories) for a multiligual site

I'm trying to build a multilingual site using sub-directories. I want to have every language as their own "site", and if it's possible to share media library (photos, videos, audio etc) and theme. I ...
0
votes
1answer
92 views

Tomcat: Treating multiple subdirectories as different domains to insulate sessions

I have an issue wherein multiple different kinds of logins in a Tomcat backend webapp are using the same session attribute names, so login properties are stomping over one another and logouts are ...
9
votes
1answer
1k views

Multiple directories and/or subdirectories in IPython Notebook session?

The IPython documentation pages suggest that opening several different sessions of IPython notebook is the only way to interact with saved notebooks in different directories or subdirectories, but ...
0
votes
3answers
652 views

grep in all directories

I have a directory named XYZ which has directories ABC, DEF, GHI inside it. I want to search for a pattern 'writeText' in all *.c in all directories (i.e XYZ, XYZ/ABC, XYZ/DEF and XYZ/GHI) What grep ...
1
vote
2answers
106 views

Bash beginner: Error when tries to copy directory itself when making subdirectories

I have a directory with 4 directories in it. I want to make a 5th directory (cx1_date) and create 4 empty directories with the same names as those of the original directory I then want to copy two ...
0
votes
1answer
65 views

cygwin bash find with prune option not behaving as expected

The two commands below are yielding exactly the same file list in bash under cygwin: find ../../../../.. -name "*.o" -and -path "*/common/*" find ../../../../.. -name "*.o" -and -path "*/common/*" ...
0
votes
0answers
1k views

On Android Context.getCacheDir() seems to return a directory I cannot create subdirectories in

Does Android not allow creating subdirectories in the cacheDir? Given that third party (such as advendors) surely will need to cache their own files, it makes lots of sense for me to create a ...
0
votes
1answer
184 views

Stopping robots on all on a VirtualHost and all of it's subdirs

I have a development 'environment' under a virtual host on an apache server. I'd to block this virtual host and all of it's sub directories for being indexed by search engines. I have this code ...
1
vote
3answers
124 views

how to count how many sub-directories a file is in?

I have a file called count.php. this is where count.php is stored (the absolute path): /home/content/61/7475161/html/wordpress/project/folder1/folder2/folder3/folder4/count.php I need a way to ...
0
votes
1answer
319 views

How add trailing slash in URl for 2 or more directories?

nginx server I am having a problem adding a trailing slash if I have two or more subdirectories rewrite ^/([^.]*[^/])$ $1/ permanent; //this is working example if I have one directory How can I ...
1
vote
3answers
123 views

stop git from looking in previous dirs

i have a git repo on my home directory, where i manage some dotfiles and stuff. in the .gitignore file, I have the Desktop folder, so it doesn't get involved in the git repo. when i am in the Desktop ...

1 2 3