0
votes
1answer
34 views

C++ : loop on all files of a folder (and its subdfolders) : simplest solution?

What's the shortest solution to make a loop on all .mp3 files of a folder (and its subdfolders) with C++, OS=Windows? If possible, I'd like to avoid 3rd party things, such as boost, but if not ...
0
votes
2answers
35 views

Search for folders created after date X and copy them

I need to go through a large folder (let's call it D:\Files ) which contains about 50.000 folders and about 1 million files, and copy all folders that were created (not modified) after August 31th ...
-1
votes
0answers
7 views

dividing a folder into subfolders based on other folders, but not coping/moving [closed]

I've got one folder with files like this: Folder 0: A, C, D, F, H, I, M, N, O, T, U, V, W, and then folders like: Folder 1: A, E, I, M, R, V and others Folder 2: B, F, J, N, S, W Folder 3: C, ...
1
vote
1answer
36 views

C - listing files contained in folder and all subfolders

I have a function that reads all files contained in a single input directory. I wanted to make that function read not only files in "main" directory, but also ones contained in all subdirectories. ...
0
votes
1answer
66 views

Copy FOLDER to several multiple folders

I have currently created the following code, it works fine to copy the contents within the folder 'C:\metadata_home\met_source\metadata\' BUT I need to copy the folder as well. When I use the syntax: ...
-6
votes
1answer
36 views

Using Python to create specific folder within multiple folders [closed]

I have a directory containing 450 folders, all unique names. Inside this folder I need to create a sub-folder called Metadata, so it looks like the following: Folder1/Metadata Folder2/Metadata ...
0
votes
2answers
124 views

What is the maximum allowed sub-folder?

At first I wanted to ask "What is the maximum allowed sub-folder for a windows OS" But then I figured maybe my web hosting provider isn't on windows but on linux or something else. So I'm asking what ...
2
votes
1answer
279 views

Powershell: Copy selected files in subfolders

I have a folder c:\graphics (root) and a program creates subfolders aa, bm, czx, mjpq, zz (this is a example, i have many subfolders, length it's variable). In each subfolder, i have 26 files and one ...
1
vote
1answer
79 views

How to sync 2 folders with all subfolders without overwriting

I'm in linux (Ubuntu 12.04). I have 2 folders, folder A and folder B. (both have the same subfolders). I would like to copy all files from folder B (and from all subfolders) which are not in folder A ...
0
votes
1answer
216 views

Defining Folder Structure for a large-scale Node.js web app project

I am trying to derive a best hybrid folder structure, which suits our requirement. But after going through many articles and information. I got a folder defined with name helpers and has files with ...
0
votes
2answers
113 views

Check linux folder and subfolder (only) size

I have the following folder structure: /AAAA/BBBB/1111 /AAAA/BBBB/2222 /AAAA/BBBB /AAAA/CCCC /AAAA/DDDD/3333 /AAAA/DDDD /AAAA I want to get the size of these folders, but just from the folders and ...
0
votes
0answers
19 views

Identifying duplicate folders

Can the approach proposed in Finding duplicate files and removing them easily be extended to identify (the highest) overlapping sub-folder(s)?
0
votes
2answers
49 views

mod_rewrite to fix bad subdomain naming

I have a lot of uncleverly named folders on my server. They're called things like cdn-1 cdn3 img1 and so on. I have collected all of the files in these folders and put them in one folder, called cdn. ...
0
votes
0answers
34 views

iOS: Search for video files in cashes folder and each subfolder

Is there a possibility to search for all files of a certain kind (e.g. mp4) in a folder and all of its subfolders? By now I'm able to this for one folder at a time using this code: NSFileManager *fm ...
1
vote
2answers
317 views

Batch move files in folders to newly created folders

I want to move all files in some folders to a newly created folder in that same folder. For easier understanding, see the example below (the input is shown left, output is shown right): ...
0
votes
2answers
544 views

Copy a file into every folder and its subfolders [closed]

"Here I am"-folder | |--- mainfolder 1 | | | |--- subfolder 1 | |--- subfolder 2 | |--- mainfolder 2 | | | |--- subfolder 1 | ...
1
vote
1answer
234 views

Batch: Script already gets names of folders and subfolders - how do I get filenames without extension?

This script gets the folder-names and its sub-folder-names and sve them into a HTML-file. I also need the filenames of all files which are in the subfolders (without the extension). I pimped the ...
0
votes
3answers
125 views

iOS: Update folder structure in subfolder

In my universal iOS application I create a folder structure that is saved in a plist file. It is built like this: [Array] Root [Dictionary] Item 0 [String] Title [Array] Children [Dictionary] ...
0
votes
2answers
121 views

needed: .php file causing browser to download folder & all its contents w/out archiving [closed]

I wish I had a .php file that, when linked to, causes all commonly used browsers in all commonly used operating systems to download a folder and all of its contents, including its subfolders and the ...
1
vote
1answer
90 views

Adding DWORD to all registry Sub folders

Ive been messing around with this code but for the life of me, no matter how much I search I cant find any information about adding a DWORD value to all sub folders that a certain registry folder has. ...
1
vote
1answer
56 views

AD Group Folder Access

I have two AD groups as Group1 and Group2. I add same user to these groups through windows application. I have folder say abc to which I attach AD Group1. In abc I create a child folder abcd and ...
0
votes
3answers
576 views

PHP recursive folder scan into multi array (subfolders and files)

I'm a little bit lost here at the moment. My goal is to recursive scan a folder with subfolders and images in each subfolder, to get it into a multidimensional array and then to be able to parse each ...
2
votes
3answers
342 views

How to determine if a Directory/Folder has been changed

I have a folder with the following structure Parent/ Child1/ GrandChild1/ File1.txt I need to query Parent folder and find out if Child1 has changed. Changed = A new file ...
-1
votes
4answers
2k views

Recursive method to search through folder tree and find specific file types

So I am writing a code that locates certain information on Protein databases. I know that a recursive folder search is the best possible way to locate these files, but I am very new to this language ...
0
votes
2answers
239 views

.htaccess - Subdomains to folders = subfolders 404

Sorry if the title is confusing. I have set up a virtual host on my local machine. I've set http://dev to map to my /htdocs/dev folder. With some help from dnsmasq and .htaccess, I've set it up so ...
0
votes
3answers
430 views

php foreach loop a folder get files in its' subfolder

I have some error_log.txt files, create in /var/www/html/log/'.date(Ymd).'/error_log.txt, The folder table like this. -log- |--20120825 -- error_log.txt |--20120826 -- |--20120827 -- ...
0
votes
2answers
190 views

javascript zip folder and sub folder in client machine

I want to zip a folder which contain subfolder files in the folder on the client machine. I am using JavaScript and JSP/HTML , I tried to use JSzip but I was not successful function zipFolder(){ ...
2
votes
1answer
207 views

How does Folder Watcher work in JDK 7?

I'm developing a Java application and I need to see if in a folder appears new files or new folders. My problem is that Folder Watcher only listens for modifications in the first level in the folder ...
0
votes
0answers
64 views

how to read subfolder

how to make read all sub folders on shared mailbox? by now I can only read Inbox shared mailbox Inbox ---test ---AAAA -----AAAA ---BBB Dim WithEvents myInboxMailItem As Outlook.Items Dim msg As ...
1
vote
3answers
218 views

Can i move a file in an asset folder to an asset sub-folder?

i have a file in the asset folder, and when i press a button in my program i have to move that file in a sub-folder(run-time). Can it be done? i have to do this: assets/file.txt -> ...
3
votes
3answers
1k views

Package name is different than the folder structure but still Java code compiles

I am using Notepad++ to write my Java code and Command Prompt to compile and run it. Following is my sample Java code, package abraKadabra; public class SuperClass{ protected int ...
0
votes
1answer
159 views

C# folder and subfolder

Upon numerous searches, I am here to see if someone has any idea on how I should go about tackling this issue. I have a folder with sub-folders. The sub-folder containers each has files of different ...
4
votes
2answers
1k views

Creating dirset that includes the subfolders of the folders

I have a property called source-locations and it contains a comma separated list of folders where source code can be found. source-locations=src,other_src_dir,yet_another_dir In one of my ant ...
1
vote
1answer
530 views

DOS Batch file - Need help to reading a text file to create a folder then two sub folders in the that folder

for /F "tokens=*" %* in (C:\Test.txt) do (md "C:\TEMP\%*" || cd "C:\TEMP\%*" || md "Computer" || md "Email") With this command I can create the one folder per name in test.txt but it won't let me ...
0
votes
2answers
201 views

Source code directly in trunk folder or in trunk/subfolder

Finally I am entering the world of revision control! I don't have any previous knowledge of Subversion, but have read most of the book, and I am currently installing Subversion and Trac. We will be ...
1
vote
1answer
984 views

How many files is most advised to have in a Windows folder (NTFS)?

we have a project that constitutes a large archive of image files... We try to split them into sub-folders within the main archive folder. Each sub-folder contains up to 2500 files in it. For ...
9
votes
5answers
9k views

Best way to iterate folders and subfolders

What's the best way to iterate folders and subfolders to get file size, total number of files, and total size of folder in each folder starting at a specified location?
3
votes
4answers
29k views

Vbscript list all PDF files in folder and subfolders

Well here is my code but I just can not filter the listing using the objFile.Extension i am sure it is some thing silly Set objFSO = CreateObject("Scripting.FileSystemObject") objStartFolder = ...
0
votes
2answers
29 views

When moving a folder in the server, correct all links

Lets say I have this folder on my server called books. Inside I have and index.php with this links: books/book1.php books/book2.php I then decide to create a subdirectory called "scifi", for a ...
1
vote
2answers
244 views

Subfolder traversal

I have a set of subfolders 3 levels deep over with over 20k files in c:\MyData. There is an almost identical set of subfolders on my E drive at e:\projects\massdata I want to check in C and anything ...
0
votes
1answer
4k views

Vbscript - Checking each subfolder for files and copy files

I'm trying to get this script to work. It's basically supposed to mirror two sets of folders and make sure they are exactly the same. If a folder is missing, the folder and it's content should be ...
2
votes
2answers
11k views

Get full directory contents with AppleScript

I need to get the entire (visible) contents of a folder and its subfolders as a list. Is this possible?