The directories tag has no wiki summary.
1
vote
0answers
15 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
...
0
votes
3answers
30 views
Website & PHP: Which performs faster. Load files from few directory vs. many directories? [duplicate]
Sorry if there is something wrong with this question. I'm developing website. But there is a confusing situation in my head about file system. Choosing to load files from few nested directory or deep ...
-1
votes
1answer
28 views
Only include later subdirectories in file string C#
I'm trying to write a nifty content loader in XNA to avoid having to individually load each asset. However, I'm having trouble describing directory locations because the default directory for File ...
0
votes
0answers
19 views
shell script to create a HTML index file in all subdirectories which links to the parent directory's file and to the daughter directorys' files
I want to have a Bash shell script which cycles over all subdirectories in a directory, creating a HTML file in each directory. This file, which is a HTML index file presenting a file listing of the ...
0
votes
1answer
17 views
How to move files in different directories in linux (cui)
I am currently working on an exercise in the Command Line Crash Course (http://cli.learncodethehardway.org/book/ex11.html)
So far I learned and understand how to copy (cp) and move (mv) directories ...
2
votes
2answers
31 views
Assign a variable to every directory inside one folder. (python)
I have one folder that contains many other folders. I want to able to extract those directory names and assign them to variables. I dont know the names of those folders and I dont know the quantity ...
1
vote
2answers
46 views
Moving into a directory without knowing its name
Im a noob to python and I am trying to complete this simple task. I want to access multiple directories one by one that are all located inside one directory. I do not have the names of the multiple ...
1
vote
4answers
29 views
copy directory name and placing it into a variable (python)
I am new to python and I am struggling to accomplish a simple ask. I am trying to copy my current directory name and placing it into a variable. I dont need the contents of that directory, or the path ...
0
votes
2answers
36 views
System calls that manage directories
In order to implement some security measures in a User-mode-Linux kernel, I am trying to edit system calls, such as opendir and readdir, that would control directories so that I can guarantee a ...
0
votes
3answers
46 views
Listing Directories In Python Multi Line
i need help trying to list directories in python, i am trying to code a python virus, just proof of concept, nothing special.
#!/usr/bin/python
import os, sys
VIRUS=''
data=str(os.listdir('.'))
...
0
votes
1answer
32 views
list only directories that contain certain files
The following code below works fine for listing all directories and excluding those I don't want in the array list, but I'd like to add another feature to be able to ONLY list directories that contain ...
0
votes
0answers
12 views
navigable directories presented publicly using Dropbox
I have lots of directories of files publicly accessible on Dropbox. I am looking for a nice way of making all of those files, in their directories, navigable and viewable using a web browser. I do not ...
0
votes
0answers
14 views
Visual Studio : single quotes in Additional Include Directories
I work with Visual Studio Express 2010 and I have problems with "additional include directories" field.
I need to put $PATH\includes in this field.
But VS10 doesn't perform the right command in the ...
-1
votes
0answers
22 views
Passing multiple directories to the -prune option in find [closed]
In using find to perform some action, I need to exclude several directories.
I could do this using the syntax \( -name dir1 -o -name dir2 ... -o -name dirN \) -prune but it seems a little clunky, ...
1
vote
1answer
32 views
Search for files by name in multiple directories?
OK so here's my problem. I work out of two directories and all of the sub folders in the directories while at work. I want to write a program that will prompt me for a file name, after the file name ...
0
votes
3answers
85 views
Batch file to rename files in multiple folders
I have the folder and file structure as given below. I am in need of a MS DOS batch file to rename the files in multiple folders. Can anyone please help out? TIA.
-Main Folder
-->Sub Folder1
...
-8
votes
1answer
46 views
Watching more than one directory for changes in java [closed]
Can any one please help me to find out the way to watch multiple directories (and its sub-directories) for changes using java.
1
vote
2answers
112 views
deny file request and redirect to .php page using .htaccess
I'm working with wordpress and I am using .htaccess, but I don't really understand its functionality.
The scenario is the following:
When user tries to reach a file from upload directory (example: ...
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
2answers
25 views
Working directories of files used in Windows applications
Where does an application look when a file is searched for? Where is it created? It's rarely realistic to always specify the absolute path. E.g. I tried saving text files that were going to be used in ...
0
votes
3answers
179 views
Perl script to compare file contents of dirA with file contents of dirB and output the difference in a separate file
I am just a beginner at perl and I need help with the following.
DirA and DirB have files f1 ,f2 ,f3 ,f4, f5 (not necessarily 5 in number). I need to compare the contents of f1 in DirA with contents ...
0
votes
0answers
50 views
Compare 2 directories and execute the difference
Objective - To create an sql schema auto update using a file with versions
Question is are there anything like this out there coz I'm searching for it through google for about a week now and hasn't ...
0
votes
0answers
41 views
wget doesn't download as it is supposed to
Using wget, I've been trying to download a directory recursively from an FTP server.
I have googled, binged and everything, but it doesn't seem to work as mentioned.
Please note - For a variety of ...
0
votes
1answer
33 views
makedirs error: can GAE Python create new directories (folders) or not?
I have seen a number of questions relating to writing files & creating new directories using Python and GAE, but a number of them conclude (not only on SO) by saying that Python cannot write files ...
2
votes
1answer
57 views
What is the best way to resolve a tree conflict with TortoiseSVN if I want to keep my local changes?
I've been unfortunate enough to run into a lot of tree conflicts with myself lately on this project I'm working on. I want to know what is the best and simplest way to resolve a tree conflict if I ...
2
votes
2answers
70 views
Python. Error when trying to create a new directory using the filename if it has a special character in it
My script searches the directory that it's in and will create new directories using the file names that it has found and moves them to that directory: John-doe-taxes.hrb -> ...
0
votes
0answers
34 views
VC++ 2010 Including directories, files not being found [closed]
I've been adding the directory paths to the Include Directories manager in the Properties Manager window. My solution still cant seem to find the files which are split between image and sound files. ...
0
votes
0answers
63 views
I need to protect multiple apache directories with the same auth info
I am running an Apache 2.2 webserver and I need to have multiple directories with LDAP auth. I have the authentication working fine but the user has to log in each time they go to a different ...
0
votes
1answer
51 views
List specific directory and show image
I have 2 php files that I am trying to combine:
The first.php file lists the contents of specific directory.
The second.php file is able to show the images of a specific directory.
What I try to do:
...
2
votes
3answers
59 views
How to arrange my SVN directories?
I have 3 developers in my group, all of them working on the same project which is a .NET VB system.
They normally work on different functionalities but often they collide cause they change the same ...
0
votes
2answers
47 views
IO operations - Why not cd?
I have no idea if I'm right or wrong on this, but based on common sense, command file would be slightly faster than command dir/file or command dir1/.../dirN/file.
Now, assuming that's true, let's ...
0
votes
4answers
31 views
Getting the name of the folder and comparing to integer in bash
Ok, so what I'm trying to do is, all my backup folders are named dates 03-07-13. So I'm trying to select the day, and if it's greater than or equal to 7 days old, it will delete. This is what I have ...
5
votes
4answers
125 views
guidelines for where to put classes in Rails apps that don't fit anywhere
I'm wondering if there are any best practices about where to put non-standard Ruby files in Rails apps, those that don't fit in any of the default directories (controllers/models etc.).
I'm talking ...
2
votes
3answers
98 views
How to create a tar.gz without all the folders
Okay, so what I want to do (in ubuntu server 12.04) is take all the directories in the "servers" folder and create a tar.gz of all of them individually. For example:
Inside the servers folder are 3 ...
0
votes
0answers
20 views
Should user content be stored in individual directories?
I'm trying to not make this subjective, so I'm looking for answers of best practice, backed up by reasoning - not personal preference.
A site that allows user content from it's members, such as ...
0
votes
1answer
197 views
How to compare two directories and their files in perl
Fred here again with a little issue I'm having that I hope you guys can help me with.
I'm reviewing for midterms and going over an old file I found on here and I wanted to get it working. I can't ...
0
votes
1answer
26 views
How to diff only the contents of two directories, not the files themselves
This will seem like one of those "been asked a hundred times" questions, but it is nuanced:
I have two directories and I only want to compare their file structure (whether files & directories ...
0
votes
1answer
38 views
Issues with relative roots on includes with multiple dependencies [PHP]
I've searched to the ends of the internet for an answer on this, and I'm about to come to the logical conclusion that it's impossible. How on earth is one meant to use relative roots when including a ...
0
votes
1answer
86 views
How to code relative paths in PHP/HTML efficiently and quickly?
I've managed to teach myself PHP/PDO/SQL, and yet, I cannot for the life of me figure out how relative paths work in PHP & HTML. I've got a multipage website with a few directories and branches, ...
8
votes
1answer
176 views
Directory.GetFiles() not working with a pattern of “.”
I have some weird problem when I'm adding the following line into my WPF App.
private void button1_Click(object sender, RoutedEventArgs e)
{
foreach(string files in ...
0
votes
1answer
32 views
How to Access the MySQL Directory
I was creating a file into my server with this sentence applied in myphpadmin and well of course it creates a file
SELECT column1, column2
INTO OUTFILE 'outfile.csv'
FIELDS TERMINATED BY ','
FROM ...
0
votes
0answers
38 views
How to recursively pack a directory and files into an assembly for later extraction?
I am developing a DLL (assembly) for later use in other .NET projects.
The DLL needs to be able to deploy a quite large directory structure with files (It's an offline copy of a website) to a local ...
0
votes
1answer
63 views
Can't write to a file. Oracle
I'm trying to execute these lines:
DECLARE
V_FILEHANDLE UTL_FILE.FILE_TYPE;
BEGIN
V_FILEHANDLE := UTL_FILE.FOPEN('C:\samples', '1.csv', 'w');
UTL_FILE.PUT_LINE(V_FILEHANDLE, 'sample ...
2
votes
2answers
111 views
Pythonic way to retrieve case sensitive path?
I was wondering if there was a faster way to implement a function that returns a case-sensitive path in python. One of the solutions I came up with works with both linux and windows, but requires that ...
1
vote
2answers
78 views
Python: Parsing and grouping filenames in directory
I'm pretty new to python, but I have lots of experience with MATLAB & C.
What I need to do it parse the filenames of files in a particular directory, separate them into groups according to the ...
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 ...
-4
votes
2answers
121 views
Read file content and use Regular Expression to locate a pattern in each File in Perl
I have about 200 files located in the same directory, all of which contain a specific piece of content that I need to match using RegExp and either save all of the matched contents into a single array ...
1
vote
2answers
93 views
Flyway: migration versions across multiple directories
If I want to organize my migrations in multiple directories (let's say I'm using SQL migrations, and under the "sql" directory I have a "main" directory and then a "special" directory).
So under ...
0
votes
0answers
20 views
Can I have none-nested multiple DocumentRoots under single user? (Linux/Apache/cPanel)
I am planing new structure for our web server, that resides at linux VPS of my firend.
Basically it is like a standard shared hosting account, but with ssh access.
To add domains we use addon domain ...
0
votes
2answers
117 views
What's the directory structure should be for multiple domains under a single user? (apache)
I have an account on some VPS(friend's apache server with cPanel) and there I have one public_html directory.
We have in there about 5-6 websites:
/home/myusername/public_html/domain-1.name/index.php
...




