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.
0
votes
0answers
11 views
Missing directories in Cocos2dx setup on Eclipse
I want to set up Cocos2d-x in Eclipse on Windows. I am using this web reference for that. But after getting the cocos2d-x setup from GitHub, the following files are not appearing:
...
0
votes
1answer
43 views
Delphi - idFTP get current Directory
I like to get the current Dir I am into on my FTP Server.
I know that I can switch the Dir with idFtp1.ChangeDir('MyDirectory);
but how can i check if I am alread into this Dir?
1
vote
2answers
27 views
How to translate (make-pathname :directory '(:absolute :home “directoryiwant”) into absolute path
I want to be able to translate a certain directory in my homedirectory on any OS to the actual absolute path on that OS e.g. (make-pathname :directory '(:absolute :home "directoryiwant") should be ...
0
votes
0answers
26 views
Directory tree only finding directories and not files within them
I'm in the process of building a directory tree in c++. The idea is to store start at some given filepath, and make a tree from all the Directories and files.
so for example, the Directory may have ...
0
votes
2answers
22 views
Back out of a directory for a URI in java
I'm trying to make an app that opens a static webpage. Just a pilot for a bigger project. At the moment I'm getting the default browser to open fine and the test page loads up. However, it will ...
1
vote
1answer
23 views
VBScript and AD connections
Do you know if there are any issues opening an AD connection 3 times in a script? I’m building an HTA application for user terminations which is composed mainly by VBScript:
Sub Confirmation
-> ...
0
votes
1answer
31 views
as3 air check if file is loaded
How can I run code then the array is ready?
When I run the following code I get an error saying:
TypeError: Error #1010: A term is undefined and has no properties.
import flash.filesystem.File;
var ...
0
votes
0answers
20 views
Active Directory user's OU and Exchange Server
Is there any link between a user's location in AD (distinguished name) and the Exchange server?
Let's say I'm performing a mailbox backup. This usually takes a few hours depending on the size. Is ...
0
votes
0answers
6 views
Business Directory Categories Questions
I am setting up a nationwide business directory for, let's say, plumbers.
Each plumber will have their own services they provide and subservices, of whic i would like to appear in their city/state. ...
2
votes
2answers
14 views
Using glob() to display images from a directory while echo'ing a unique first image
I am quite new to PHP and I did not want to ask anything here until I absolutely could not find a way to do this.
I have a situation where I would like to use PHP to read and display images from a ...
0
votes
0answers
10 views
qt 5, QFileDialog, win, getExistingDirectory: return dir parameter when I chose an entry on left side of Dialog
QString dir_path = QFileDialog::getExistingDirectory(
this
, "Open Directory"
, "./"
, QFileDialog::ShowDirsOnly);
When I ...
0
votes
0answers
8 views
What does this error stating to?
In my Web application, I need the system name for that am using the following statement.
SysName = System.DirectoryServices.AccountManagement.UserPrincipal.Current.Name.ToString();
This ...
0
votes
0answers
16 views
Publishing webservice to Godaddy
I have this web service I want to publish on Godaddy. I have already a domain and a web hosting on windows. I created virtual directory in IIS and tested it by browsing to the URL of the directory. ...
0
votes
0answers
7 views
why are some directories not counted in the command of “du”?
dear all,
My question originated from the thread:
Exclude all permission denied messages from "du"
First of all, my unix information:
uname -a
Linux marvin-simuk 2.6.18.2-34-default ...
-1
votes
0answers
13 views
What is the best tou save files in Supporting Files or in Documents directory?
I want to ask
what is better to save files and resources downloaded from web server ( that we will display in the iphone application ) in Documents by using NSDocumentationDirectory or in ...
0
votes
2answers
29 views
Error In search in Root Drive like D:\
I write this code and work when I select any folder (with search option = SearchOption.AllDirectories ) but for
Drive Like D:\ I get error
" access to path D:\System Volume Information is ...
0
votes
0answers
43 views
Directory.EnumerateFiles and WPF treeview in MVVM
I am trying to develop a databound wpf treeview of a (large) list of files.
To keep it simple I made a directory and a file class
Directory class:
public class MyDirectory
{
public string ...
1
vote
1answer
43 views
Python: Get a list of all files and folders in a directory, the time of creation, the time of last modification. System independent solution?
This is a challenge as well as a question:
I have a folder of data files.
I want the following list of lists of information:
Filename: Created: Last modified:
Information = ...
1
vote
5answers
51 views
How can I create a menu in PHP from files in a directory
I'm very new to PHP and would like some help creating a menu from files contained in a directory. As I add files i'd like the menu to automatically add an item.
The files in the directory are .htm ...
0
votes
1answer
16 views
HTML Base tag and relative anchors
I'm starting to create websites with admin areas in different directories. So I'm starting to use the HTML base tag to tell the browser the base location for relative paths to start at. It seems to ...
0
votes
1answer
11 views
How to copy files. iterating whitespace directories - batch
Hello i want to create a batch file that copies the files from the current directory to another.
for /F "usebackq" %%b IN (`DIR /B /S ""`) DO @(
XCOPY %%b %1
)
So Far so good.
MY problem are ...
1
vote
1answer
24 views
List files and their info using stat
I am programming an ftp server using c++ and I need to be able to get all info about files in form of :
sent: drwxr-xr-x 1000 ubuntu ubuntu 4096 May 16 11:44 Package-Debug.bash
so I can send it to ...
0
votes
1answer
9 views
.htaccess Multiple subdirectory rewriting to www-root
I have the following folder structure:
www-root
Backend
Config
Etc
Frontend
Administration
StoreFront
I would like to be able to access the directories from the main url and hiding the ...
0
votes
1answer
16 views
Close Directory Listing on Browser
I want to close one of my directories public access on my PHP server but at the same time same directory should be still accessible, so what I want to do is when user types that directory from browser ...
1
vote
0answers
29 views
.htaccess redirect all subdomains to single folder
I have in a site with many user subdomains ie user1.example.com or user2.example.com.
I have the following rewrite rule:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ...
1
vote
3answers
26 views
vb.net, How to get the rest of a directory name, when it changes?
I have a program that writes a file to a directory and it works fine. But the directory is part of a game, and every time they update, the path changes, for ex.
C:\Riot Games\League of ...
0
votes
2answers
54 views
C# - Ways to rename a directory [duplicate]
I'm using Directory.Move(oldDir, newDir) to rename a directory. Every now and then I get an IOException saying "Access to the path 'oldDir' is denied". However if I right click the directory in the ...
0
votes
1answer
34 views
Check if directory exists with dynamic path
How can I check if the directory exists with a dynamic path (~) not a fixed path (C:)?
My code:
Soin_Id = Request.QueryString["SoinId"];
string path = @"~\Ordo\Soin_"+Soin_Id+@"\";
if ...
0
votes
1answer
15 views
Drupal Background Photo
This is the site: http://www.rybm.org/
There is supposed to be a full background called bg.jpg. It displays perfectly on my local xammp run Drupal 7 install, but will not work on the live site.
It ...
0
votes
0answers
21 views
No such file in this directory
I am getting an error that says:
error: /Users/studentuse/Desktop/RSC/RSC/Default-568h@2x.png: No such file or directory
I have checked the folders and the file is there. Not sure what to do.
0
votes
1answer
20 views
PHP Directory Structure: Shifting from Linux Hosting to Windows Hosting
I have using a a specific directory Structure for all my PHP applications i.e to keep my class and config files in folder above the public_html folder. And this structure , is very well suggested by ...
0
votes
0answers
30 views
Displaying new file names in Dialog list
I have a known directory in my SDcard with these files in the following structure:
sd_path/england/england.fav
sd_path/scotland/scotland.fav
sd_path/ireland/ireland.his
sd_path/wales/wales.fav
I ...
0
votes
1answer
10 views
Htaccess redirection with directory to querystring
below is my redirect with htaccess when i browse
my example.net/video/1 , then will redirect me to example.net/abc/redirect.php
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{Request_URI} ...
0
votes
2answers
29 views
PHP Script mkdir “No error, but no directory”
I am currently learning and messing around with some HTML and PHP on my personal website. I need to create a "New Directory" using PHP.
I am currently using, ...
0
votes
1answer
26 views
Handling spaces in a directory in bash sh
I have this line cp $(find "$directory" -type f | grep -iE '\.(c|cc|cpp|cxx)$') ~/src which searches a given directory (in this case, $directory is /home) and copies all file with the extensions of ...
0
votes
0answers
32 views
xna, .net, c#, saving/serializing : Folder structure. Does this plan make sense?
I'm just tackling serializing / deserializing for my XNA game.
Its a roguelike with procedurally generated levels.
I'm using a binary serializer.
My plan is to use have a SAVES folder with a folder ...
0
votes
1answer
26 views
How to create a wix DirectoryCombo element that only shows network shares?
The wix DirectoryCombo element has the attributes Remote and Fixed. By setting the Remote attribute to no, network shares are removed from the drop down list created by this element. Likewise, setting ...
0
votes
1answer
29 views
Change default directory in wix
How do I change the default installation directory (such as D:/ or E:/) in a WiX installer where the components have auto generated guid?
2
votes
1answer
45 views
How to get directory of selected file?
I have a program where a user selects a file with an OpenFileDialog, I store that path (ofd.FileName) into a string FilePath, I need to get the name of the folder that the file is in, how do I do ...
1
vote
1answer
48 views
Detect new Directory using python [duplicate]
I want to monitor a network drive path and detect any new directory copied there or not and then automatically copy that whole directory to my local drive.
I have the following things in mind:
...
1
vote
1answer
65 views
Compress on the fly a directory in tar.gz format using PHP
I want to compress (on the fly) a directory in tar.gz format using PHP. I know it can be done with exec or using this code (using ZIP format) but my host doesn't support exec and hasn't installed the ...
0
votes
1answer
20 views
Package/directory conventions in Java
I want to use christophel.joel as my root package until I get a domain name. Which of the following is a better practice?
Different set of christophel and joel folders for each project
Example:
...
0
votes
4answers
44 views
How to get progress while recursively crawling a directory structure?
I've got a function that loads all *.txt in given folder and all it's subfolders. I would like to get the actual progress (e.g. 15/35 loaded).
But I can't think of any way how to get the number of ...
0
votes
1answer
15 views
Directory file listing sorted in output :(
I have a list of xml files in a directory for example:
file1.xml
file2.xml
file3.xml
file4.xml
file5.xml
file10.xml
file11.xml
file12.xml
file22.xml
file23.xml
file24.xml
file31.xml
file32.xml
...
0
votes
2answers
34 views
Copy File on Modification FIleSystemWatcher, Visual Basic (VS 2012 V11)
After looking through many sites and some tutorial videos, I'm still stumped on this one. I'm finishing up a program and I need to add one last bit of functionality.
The program works this way. The ...
1
vote
1answer
36 views
Ruby create and open file with ::expand_path and create directory with ::expand_path
I'm just beginning to learn file IO with Ruby, and had a question about being able to use ::expand_path to direct to a path separate from where my program is running.
Here is what I essentially ...
0
votes
2answers
51 views
Perl Need to find Full Path of Directory/File
I am recursively walking through directories but when a directory is empty and the script moves on to the next file/directory in the original directory, the Full Path stays in that empty directory. I ...
-1
votes
2answers
29 views
Library/WebServer not Showing [closed]
I'm trying to configure PHP on my mac. I've tried a lot so far. I've tried this, and this, and this. But, the main problem is that I cannot find my localhost directory: /Library/WebServer. The ...
2
votes
3answers
39 views
How to compare contents of two directoriers in bash?
Lets say there are two dirs
/path1 and /path2
for example
/path1/bin
/path1/lib
/path1/...
/path2/bin
/path2/lib
/path2/...
And one needs to know if they are identical by contents (names of ...
0
votes
2answers
38 views
PHP: How to access download folder outside root directory? [duplicate]
How do I go about creating a PHP script/page that will allow members/buyers to download zipped files(products) stored in a download folder located outside root directory? I'm using Apache server. ...






