The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

MATLAB: Opening and Editing Files nested in folders in folders

I'm working on a project where I need to pull files from this expansive directory with many subfolders nested in folders. I'm a complete novice when it comes to using matlab and directories, and I ...
1
vote
2answers
37 views

PHP include directories

I'm trying to figure out how to get my php includes to work properly from files in different directories. For example, I have a header.php for my layout which is included in the index.php - it's ...
-1
votes
0answers
24 views

How to list folders with icons using vb.net

I can currently list all folders in a directory using data source but cannot find a way to put icons in there? please help
0
votes
1answer
20 views

Navigating upwards in directories asp.net application

I'm trying to use ../ sequence of characters to navigate one directory upwards in a asp.net application. Basically the web application calls a dll (added as a reference) with a path say ...
3
votes
1answer
31 views

Access Directories & Files

I was wondering, I am writing a program in C, and I writing the output from my program to a csv file. This works locally, and I can create and update the file with no errors. But on the server, ...
0
votes
2answers
51 views

perl check if directory exists in ~/

Strange behavior that I noticed about the "-d" flag to check if a file is a directory and if the dir exists, that it behave different when using "~/my_dir" as my path. The following code will return ...
1
vote
0answers
19 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
35 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
31 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
29 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
23 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
33 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
47 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
33 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
44 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 ...

1 2 3 4 5 21
15 30 50 per page