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

learn more… | top users | synonyms

-1
votes
0answers
8 views

Directory Structure for a Multilingual Project

I'm starting to create a project that includes source code in multiple languages (3+), and I need to think about how to structure my project directories. I've looked at Maven's Standard Directory ...
0
votes
1answer
10 views

disabling view of folder files from website

If a person goes to my site and type a URL like www.mysite.com/admin/includes, the webpage displays the entire directory! How can I stop this? Most of the files are in PHP though, so even if anyone ...
0
votes
0answers
18 views

How to get Absolute path from UNC Path(network share path) in C#?

I am using share path (\192.168.1.124\share) in DirectoryInfo class to enumerate all files..Here FileInfo.FullName gives the path like \192.168.1.124\share\test.txt..yes it's ok . But here I also need ...
1
vote
3answers
40 views

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, npm, nvm and other packages. I don't know what is installed globally and what is installed ...
0
votes
1answer
27 views

codeigniter handle code when application controller directory get accessed

My directory settings -- application -- controllers -- admin -- manage When I accessed 'localhost/admin', it redirect to 'localhost/'. Question is : - Where should I handle ...
0
votes
0answers
18 views

Which approach is better when handling hundreds of directories with thousands of files in each of them on Linux?

I have webserver which stores thousands of photos. Right now I have /photo directory in which I have one hundred directories named like /photos/10, /photos/11, /photos/12, .... /photos/99 Right now I ...
0
votes
2answers
64 views

GetDirectories not returning “.” and “..”

I wish to list the subdirectories of a given directory so I am using Directory.GetDirectories(string). Everything works fine but I don't see "." and ".." in the return array. Those two shouldn't be ...
0
votes
2answers
38 views

Obtain directory of a file in C code

This question may be a bit naive, but I'm wondering if it's possible to obtain the directory part of a filename in C code. For instance, say I have the following Linux file: ...
0
votes
1answer
59 views

Codeigniter - share project files for duplicating website to mobile website

I need to replicate the website on another domain. the both domains will share same db and same logic behind. Now assuming this is my application scheme. application js css system .htaccess ...
0
votes
1answer
33 views

Ensuring security of files in folder on public_html

I have a directory structure of images in my public_html, like this: public_html/ design_images/ product_11/ 112342_234/ ... a bunch of images stored here for this product ...
0
votes
0answers
2 views

Samba multi file share [migrated]

I have a diretory like samba | test1 | test2 and user A,B. I hope user A can read and write samba directory. And user B can read samba directory, but only samba/test2 directory can write. I ...
0
votes
0answers
17 views

How to show non-existent directory path in address bar like WordPress?

Can somebody show me how to make a non-existent directory path that shows in the address bar at the top of the browser? That is, directory paths like WordPress makes. WordPress shows directory paths ...
0
votes
0answers
21 views

A suitable way to store the data of a tree in a directory service - Java

I am trying to implement a directory service distributed system between a client and a server. I am using JAVA to write the code files of the client and the server. The directory service should have ...
0
votes
0answers
7 views

How do I sort the list of files in NSFileManager in iOS6

I have a directory that I put the names of mp3 files and .pngs. When I placed them there I preceded the actual name of the file with the previous count of the array that holds the filelist. Since I ...
0
votes
1answer
63 views

Two separate angularJS apps on the same file system

My routes will look something like this: /create-company/index.html#/part-one /dashboard/index.html#/view1 /auth/ Now the create-company app is used initially and from then on the branch dashboard ...
1
vote
1answer
141 views

Python: 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 all files from all directories and putting all of the contents together. Here is what I have: ...
1
vote
2answers
36 views

Methods for accessing files outside root

Hi all :D My file structure is as follow: /site /public_html /1 /2 /3 read.php /file file.doc For security reasons, I moved my docs outside public_html folder. ...
0
votes
0answers
28 views

Difference between assets and res/raw [duplicate]

I wanted to be clear on the difference between the assets and res/raw directories. Presumably I can put anything in assets without bloating my application whereas res/raw becomes bundled in the ...
0
votes
1answer
28 views

WiX company folder not created

I have this fragment to define my directory structure: <Fragment> <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory ...
1
vote
1answer
23 views

Is there existing any utilities to get all absolute path of leaf file under a given directory?

os.listdir(path) can return all the files under the directory of the given path. I an wonder if there exists any utility function that can conduct deep traverse and return all the paths of leaf files ...
1
vote
2answers
78 views

Wordpress site in subdirectory, logout function failing

We have Wordpress site in the root of our domain. A translation plugin we use appends the domain with (in our case for Czech) /cs - this means we can run more than one translation but use the same ...
2
votes
2answers
38 views

Is it safe to clone a git repository into its own .git directory?

I recently put my website under Git version control. I'm using git-ftp to upload files, and I've set it up so that the master branch is the content that should be on the server, and the live branch is ...
0
votes
1answer
58 views

Makefile: rule to put .o in different directory [duplicate]

I've got this directory structure: ./src contains the the .cpp and the .h of all the files I need ./bin should contain the .o temporarily and the .bin permanently. Also, this folder should be ...
0
votes
1answer
83 views

Qt 5: Debug\release and Release\debug directories

I use Qt 5.0.1 with Windows SDK 7.1. If I create a new application, the Kits page of the New app wizard offers to create Debug and Release directories: Debug: ...
0
votes
1answer
30 views

.htaccess redirect to subfolder depending on domain navigated to

I am setting up two wordpress sites on one shared hosting plan for a client. 123-reg says on the decription that many sites can be hosted on the same server so I thought this would be a simple click ...
0
votes
1answer
29 views

Combining android packages into single project

Friends I have 3 android projects in eclipse say App1, App2, App3 and i want to combine all these into another android project say AppStarter which only has buttons to start the main activity of each ...
0
votes
2answers
35 views

One codebase for 2 versions

I am making a project in AS3, but I have come to a point, where I need to branch out, because I want it to publish to 2 places, which each require a bit of different additional code to function ...
0
votes
1answer
25 views

RecursiveDirectoryIterator - signal upon first instance of string in path found

I'm using RecursiveDirectoryIterator(). I have a situation whereby I want to signal to my program that there should be a single file created upon the first instance of a specified string in a ...
0
votes
1answer
35 views

Find string within directory path using RecursiveDirectoryIterator

I'm looking for a way to test on a portion of a RecursiveDirectoryIterator's object output. I know how to identify a folder, but I am new to php and unfamiliar with how to look at the contents of the ...
0
votes
0answers
40 views

What is an accepted linux directory structure of a web application?

Are there any solid conventions for the place of fairly large web applications within the linux directory structure? Maybe it started out with a few humble scripts in /var/www but now you've got a ...
2
votes
2answers
123 views

Auto dependencies in makefile and project directory structure

I've been trying for a while to use auto dependencies in my makefile, but i struggle a lot to make it work, as i use a more complex structure for my project than just putting every files in a root ...
0
votes
1answer
109 views

How do we use SECURITY_ATTRIBUTES with SHCreateDirectoryEx()?

My requirements are as follows: Creation of a directory at a specified location. Setting its attributes such that the folder is "READ ONLY". In other words, user accounts should not be able to ...
0
votes
2answers
100 views

Map a URL to controllers with the same name

I've the following routing: routes.MapRoute("Home", "{language}-{culture}/{controller}/{action}"); and then I have two controllers like this: Controllers --->en-EN -------->HomeController ...
0
votes
1answer
26 views

Changing the defult directory structure

If I start a new distro (e.g. LFS): How can I change the directory structure? What should I expect after it's ready? (probably can't install most of the packages without modification, right? But, ...
-1
votes
2answers
134 views

Compare directories on file/folder names only, printing any differences?

How do I recursively compare two directories (comparison should be based only on file name) and print out files/folders only in one or the other directory? I'm using Python 3.3. I've seen the ...
-4
votes
1answer
52 views

linux tutorial: copy files into directory [closed]

I am working my way through the LinuxZoo tutorial & am having trouble with copying a couple of files into a directory. Maybe I'm just tired. Thanks in advance for any guidance offered. Copy the ...
0
votes
2answers
169 views

Directory Structure, if you do not use MVC

There are many documents about directory structures, but most of them about MVC directory structures. But what if we don't want to use any framework or MVC? Some people says "No need to move above ...
0
votes
2answers
103 views

spring where to store xml config files

I'm developing a spring project and I've just encountered serious problems with loading XML config files within junit (but they are accessible from the web controllers) - can't load XML files. I ...
2
votes
1answer
46 views

How to set model's load order to avoid relation errors?

I have a folder models for model files. Each file contain one model. There are a lot of relations between models (hasMany, belongsTo). If I want to set hasMany relation then I need to have child model ...
0
votes
0answers
60 views

Traversing Sub-directory File Information - Can't find EOF

I'm currently trying to traverse a directory with sub directories and get the total file size for each sub directory. For example, consider the following: RootDir -SubDir1 --other subdirs -SubDir2 ...
0
votes
1answer
47 views

Access root of drive with a Unix-like shell

I'm using Cygwin to compile a library. The library is not stored within the same directory as Cygwin. I need to navigate to this directory in order to compile the library. The Cygwin shell only allows ...
0
votes
2answers
67 views

Storing PHP OPP classes

I have a site which uses the library file lib.client.php which is stored in the php folder in my standard website root and contains a series of classes I have built. The library file contains about 5 ...
0
votes
1answer
77 views

Best way to organize a website root

I have made a website (WP based) and put every stuff inside the /site folder. I did that, thinking of creating "custom" systems, and putting each one inside a folder, so for example: /promo would go ...
0
votes
0answers
93 views

Android: how to push a picture into the Emulator internal storage ? (not on SD card)

Hi there and thanks a lot for your help! Please I need to push some pictures on the internal storage of the Emulator, so that they can be accessed via MediaStore.Images.Media , INTERNAL_CONTENT_URI. ...
5
votes
1answer
69 views

Measuring “closeness” in large source trees

As part of a question I posed earlier about finding the best match between two sources, where one has an active git repo and the other has no git history, I wrote a perl script to find the closest git ...
1
vote
1answer
79 views

Organization of games in an express.js app

I have a server that runs several multi-player web games. It is built in Node.js+Express.js, with a standard folder structure (e.g. Jade files under "views", Javascript client files under ...
0
votes
0answers
117 views

Using same config files for multiple codeigniter projects

I'm setting up a project where i wish to use the same codeigniter system + share some common models, libraries and even config files between the different websites. I have put my system folder and a ...
0
votes
0answers
30 views

Css Linking between sub directorys

I'm having a little bit of trouble with directory structures, there are absolute(not wanting to use) and relative now theres lots of materials I have tried alot. This is correcting someones website ...
0
votes
3answers
66 views

How to fix a wrong SVN directory structure?

I am working on a project called InvSim. I use SVN for version control and to backup my files. Unfortunately, when I first set up the repository, I put the project directly into the trunk folder. In ...
1
vote
1answer
438 views

How to structure a flask restful api with an angularjs client-side app?

How can I get both the flask api and the angular app running on the same web-server? Right now I am stuck running the flask-api on one server and the angular app on a separate node web-server (using ...

1 2 3 4 5 9