A directory or folder is a virtual container within a digital file system, in which groups of computer files and other directories can be kept and organized.

learn more… | top users | synonyms

-1
votes
0answers
4 views

index.xml not showing up as Directory's default Page [closed]

I have a website. I use index.html and all the time on it to change the directory's default page to index.html without showing the file extention (ex.: /directory/ displays the /directory/index.html ...
0
votes
0answers
6 views

The remote server returned an error: (550) File unavailable(Error occured on making ftp directory)

I am developing a wpf application and I want to make a directory on ftp using C# with different usernames and if it already exists then save files on existing directory. I've successfully created ...
0
votes
1answer
27 views

Pythonic way to find the file with a given name closest to a specific directory location

I'm currently in a project where I'm essentially trying to create a tree structure based on a number of scattered xml files that are, sadly, not very consistently organized. Specifically the point I'm ...
0
votes
1answer
39 views

Counting txt files from subdirectories of given path and contains a given string

How can I count the number of txt files that contain a given string in C or C++, within a given path, in all of his subdirectories? I want to only run the program from cmd by giving the name of the c ...
0
votes
2answers
29 views

PHP recursive directory menu

I think similar questions have been asked before, but I can't quite wrap my head around whether what I want to do is logicaly possible. I currently use DDSmoothMenu on our intranet to list documents ...
0
votes
1answer
17 views

What PHP would be used to respond to a URL without the traditional folder/file set up?

With many web sites, if you use as the URL, for example, www.example.com/pages/main/index.php, you are accessing the file 'index.php' in the folder 'main' in the folder 'pages.' How would you instead ...
0
votes
0answers
28 views

cannot create directory. permission denied. but i have permission [migrated]

i'm fairly new to linux, and ran ubuntu the other day. it is running dual boot with windwos 8. now, the problem is, even though i log in as root and give a specific folder ALL PERMISSIONS (#chmod 777 ...
-4
votes
0answers
15 views

Please suggest a classified/portal script to do this [closed]

I have a group of 500 dancers who wish to make a portal to offer their services, so I was asked to make a classified ads website. The requirements would be: The 500 dancers want to register setting ...
-1
votes
0answers
9 views

Icon Directory Changes, Please Solve [closed]

Hello, I have a problem, i set an icon for a file on usb drive. but if i plug this usb in to a seperate computer, the directory has changed so the icon does not display. is there a way to fix ...
0
votes
2answers
33 views

My wordpress site goes blank when I edit wp-config

I'm trying to edit my wp-config file so my wordpress information is hidden on my site. When I edit it, the entire site goes blank. When I go to the wordpress dashboard I get the following error ...
0
votes
2answers
36 views

Linux C read a directory

Hello I want to read from and write to a directory just like reading from and writing to files. I always use the open, read, write and close functions, which means I use descriptors. But doing this on ...
0
votes
1answer
16 views

how to disable application restart After deleting a directory In ASP.NET 4?

After Deleting a directory in asp.net the application will restart and I will loose all My session and cache will clear . so I found the following solution.I Put the following code in the ...
0
votes
1answer
30 views

How to load the most fresh image from a directory in processing

Please, let me know how to get processing to load the newest image from a directory. img = loadImage("pic1.jpg"); is the basic example
0
votes
1answer
7 views

Subdomains still pointing to www folder after setting up vhosts

I setup an A record for my subdomain. Typing subdomain.domain.com in my browsers takes me to /var/www on my server. I created a virtual host for this subdomain, specifying the document root as ...
0
votes
0answers
6 views

Uploading image name and path to directory

Ok. So i've spent lots of time just trying to get the image to upload to my server. Now i really need help trying to post the photos link, name, path and maybe even size to a database, i also need to ...
0
votes
1answer
27 views

How to get a requested directory and resolve it to a file

I am wondering how I can get a request directory, lets call it http://doamin.com/page/ and get it to resolve to a page like http://doamin.com/page1.php but still show in the URL as the directory. ...
1
vote
2answers
73 views

Find and delete old files excluding some subdirectories

I have been searching for a while, but can't seem to get a succinct solution. I am trying to delete old files but excluding some subdirectories (passed via parm) and their child subdirecories. The ...
0
votes
1answer
26 views

UNIX atomically swap or replace directories?

I have the following problem. I have two directories which I'll refer to as dir1 and dir2. They are both populated with both files and subdirectories. They are both on the same filesystem. The ...
0
votes
2answers
27 views

Retrieving a single image from multiple subdirectories with PHP

My PHP is clearly not that great, I'm using a seemingly slow method to retrieve images from subfolders in a folder called gallery/. What I'd like, ideally, is a single image (not every image) is ...
0
votes
2answers
41 views

Java download all files and folders in a directory

I am trying to download all the files from this directory. However, I can only get it to download the url as one file. What can I do? I tried searching for this problem and it was confusing and people ...
0
votes
0answers
30 views

Downloading a directory problems in Java

I'm using this code I found from here on stackoverflow. However, it always returns that the directory doesn't exist. I have checked many times and it does actually exist. Any idea why? I can't seem to ...
3
votes
5answers
42 views

Directory Exists with Path Combine vs String Concatenation

So as I am building a Folder/File checking conditional, and a co-worker says it is "better" to use Path.Combine: string finalPath = Path.Combine(folder, "file.txt"); as opposed to the way I was ...
-3
votes
0answers
51 views

Newbie Issues with ruby [closed]

I am trying to learn the basics of ruby coding using chris pine's tutorial and I am running into problems. I downloaded ruby using the org installer and I choose the 64bit version, I choose Notepad++ ...
0
votes
4answers
24 views

Secure user-provided filename

Part of my app requires the client to request files. Now, a well-behaved client will only request files that are safe to give, but I don't want a user to go about supplying ...
0
votes
1answer
26 views

having trouble referencing directory structure

I have a directory structure: /Users/Eamon/Sites: -js application.js -reqscripts jquery.js -templates login_success.php logout.php checklogin.php checkreglogin.php index.php ...
0
votes
1answer
25 views

directory structure problems with jquery

I have a directory structure: /Users/Eamon/Sites: -js application.js -reqscripts jquery.js -templates login_success.php logout.php checklogin.php checkreglogin.php index.php I ...
0
votes
1answer
39 views

save specific directory into the variable and assign it

In my site database configuration file is here /home/itstec2/public_html/pard_config/class/Config.php SO,I'm including it for other files in different folders like bellow after adding DIR magic ...
0
votes
0answers
17 views

Custom Membership Provider Umbraco Issues

I'm looking to use a custom membership provider to authenticate Umbraco members against an Active Directory however I'm having issues with adding the additional provider into the web.config file. ...
1
vote
1answer
29 views

Create the same multiple folder in all sub directory folders from excel list using VBA

I am currently trying to set up a directory and am trying to work out the vba code to create a directory from an excel spreadsheet. Column A of the worksheet lists the required folder names. This ...
0
votes
5answers
43 views

quick and dirty way to recursively collect files from sub directories?

So I have a directory where a bunch of configuration files are stored, but now I also have several sub directories which also contain config files. I had a function for collecting all configuration ...
0
votes
1answer
14 views

How to change the way Maven target directory is created?

I am wondering which maven-plugin is responsible of creating the directory /target or whatever is configured in the pom. For some reasons I'd like to change the way this folder is created (link ...
0
votes
0answers
6 views

Can I get these metrics with JMX from OpenDJ?

-concurrent connections - unindexed searches count - replication status I used jconsole but I didn't seem to find them. Do I need to use LDAP-based monitoring for that? Thank you!
0
votes
0answers
5 views

Active Directory authentication vs ADAM server authentication

I have an application that currently authenticates against Active Directory using the LogonUser method in the library advapi32.dll. The application is written as a WinForms application in VB.NET. ...
1
vote
1answer
25 views

Can't find pushed repo on git server

I Cant seem to find the repo I pushed to the master branch on a virtual server I am renting. I can push and pull to it perfectly, but when I go into the server(via ssh) to view the files, I can't seem ...
0
votes
1answer
24 views

Reference directories correctly when launching a .jar from a batch file [duplicate]

How to reference directories correctly when launching a .jar from a batch file? I am trying to launch a jar file from a .bat . One of the first things my code does is open and read from a file. I ...
0
votes
1answer
18 views

Android unable to create new directory on external storage

Unable to create a new directory in Android external storage for some reason, Im assuming there is something im missing but not able to spot it below is my code which I am using to attempt to create ...
1
vote
2answers
51 views

C# - Remove certain files from DirectoryInfo

I have been searching for about an hour now and just can't manage to find a solution to my problem. I'm trying to display all .txt files in a certain direcetory besides the ones ending with ...
0
votes
1answer
12 views

understanding php directories

My database config class file is bellow pard_config/class/Config.php pard_config is a folder which is in the root folder. And i have a json file which contain,host name,database,user and password ...
1
vote
1answer
50 views

Replace the values in text files in a directory in Python

I have some tif images with their corresponding header which are in tfw format. as any other image header, it includes: the pixel size in both x and y direction, rotations and coordinates of the upper ...
0
votes
1answer
21 views

HorizontalScrollView Getting Images from /drawable folder

I am using HorizontalScrollView in order to create some Gallery-like option and right now I am getting the images from an folder in the external drive. But I figured that I don't need, also shouldn't ...
0
votes
2answers
75 views

Is that command valid in C?

I want to change directory in unix using code in a C file.I tried this: char command[50]; strcpy( command, "cd newdirectory/" ); system(command); but it didn't work.Other commands using "system" ...
0
votes
1answer
12 views

Visual Studio 2010 Directory Change [closed]

My problem is that when I installed Visual Studio 2010, I used custom path (program files folder in G drive). Now I have deleted that G partition and copied the program files folder to "D drive". Now ...
0
votes
3answers
26 views

Find file within directory and delete the directory its in

Is there a command for windows batch files that enables me to find a file and then delete the directory that it is in. This would also mean deleting all the files in the directory with it.
0
votes
0answers
6 views

htaccess redirect of multiple domains to another domain fails for directories

I am attempting to redirect multiple domains to another domain. It works well until it requests a directory. Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / RewriteCond ...
0
votes
1answer
12 views

When trying to redirect using HTACESS, a string “/redirect:/” gets embedded with the url

I have setup two domains to point to the same hosting server. For eg: the domains be : example1.com example2.com I have created a directory called 'home' in my root, and whenever the 2nd domain ...
0
votes
3answers
35 views

How to sort out files after opening directory

I have this code which reads the files from a specified directory, and outputs the contents into a drop down menu. The problem is that all the files are not listed in alphanumerical order. They're all ...
0
votes
0answers
6 views

Indexing solution for files on the network

At work we have some file servers where there are a lot (a lot!) of files and directory structures. It is always difficult to browse through them and get to the right place. For this we're thinking of ...
0
votes
1answer
19 views

Opening directory from aquamacs emacs

I am using the ^X d (dired) or (CTRL-X d) command to open a directory in Aquamacs emacs, however it will not open my Dropbox directory. Opening any other directory works fine. For example I would type ...
0
votes
2answers
33 views

How do you dynamically path to a remote server folder in C#?

Okay after massive amount of Googling and trying different things this is probably something simple that I'm messing up on. Basically what I'm doing is parsing a productID from a url and adding ...
0
votes
1answer
47 views

Eclipse Juno m2ecliipse : directory structure explanation

I'm working under Eclipse Juno on a maven-archetype-webapp project done with m2eclipse. I don't understand directory structure. Anyone could explain how it's working? Thanks What i ...

1 2 3 4 5 72