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 ...
0
votes
1answer
69 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: ...
1
vote
1answer
221 views

Batch script - Copy a folder and its content several times, then rename them

I'm looking for a simple batch script for windows 7 to copy a folder and its content from a destination, and paste it to another destination, x times, with incremental names. Example: Given a folder ...
1
vote
1answer
81 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 ...
2
votes
3answers
106 views

Move a file to under a directory using C#

string str = "C:\\efe.txt"; string dir = "D:\\"; I want to move or copy "efe.txt" file under "D:\" directory. How can I do that. thanks for your advice.....
-3
votes
1answer
61 views

Hey, i need help in batch to make it copy everything in 1 folder to another folder

im working on a script that have few folders and i don't really understand how to make an config for this but i don't need it. i have setup a script config inside Set cfg=cfg2 Set txt=txt2 Set ...
0
votes
2answers
73 views

File copy action error android

I have got this code. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); File srcFolder = new ...
0
votes
2answers
280 views

Make Eclipse copy source files in output folders

I read (and sometimes write in) a .txt file in my java project and I'd like it to be copied in the eclipse output folder called "bin". Can eclipse do it while compiling ? My project is like : ...
0
votes
1answer
113 views

File copy action android

I am trying to make a file copy action with this code but it gives me an error Syntax error, insert "}" to complete ClassBody MainActivity at the place where i put ** help me please package ...
-5
votes
1answer
56 views

Android copy action [closed]

I just wanna ask for the code which will copy the folder with files from sdcard to other location. Just write me how to do it if you know how to. I prefer copy from sdcard to specific location. ...
-1
votes
2answers
154 views

After copying Excel sheets , it should move to the new folder in the same path in vba macros

I need to copy the excel sheets and make it into one consolidated excel workbook . After consolidating the worksheet , all files need to move to new folder called "Orginial". The folder should be be ...
0
votes
2answers
557 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 | ...
2
votes
3answers
103 views

Copying children files of a source to a destination in Java

I'm trying to make a program that copies a directory's children, and I can't label all the specific names because they vary throughout each folder. Here's the code I have, but if the source is ...
1
vote
1answer
66 views

pyodbc path in sql statement not working

I`m quite new to python and would like to copy a table from one mdb to another mdb using pyodbc. There seems to be a problem with the paths if a Foldername starts with a digit. I googled for an hour ...
2
votes
0answers
104 views

How to copy Windows/System32 using C++

I have to build a copy tool project. I want to copy/clone the entire C: drive. I tried using SHFileOperation() and IFileOperation, but they allow me to copy files that are not system files only. Can ...
0
votes
0answers
12 views

Unzipping files by dragging them onto a image in my app

I am making a mac app in Xcode that is almost finished, but I need to figure out how to drag a zip archive into the app and unzipping it, and then moving the files into another folder, which is inside ...
0
votes
1answer
138 views

Copying all folders except those containing a “skipthisfolder.txt” file

I want to do a script that does the following : COPY All folders and all files from "D:\" to "F:\" but SKIP all folders containing a "skipthisfolder.txt" file Which scripting language should I ...
1
vote
2answers
335 views

How to read a folder, count the files and copy to new folder

A follow up to my previous question - JAVA: How to read directory folder, count and display no of files and copy to another folder?, I want to read a folder, count the files in the folder (any file ...
-1
votes
2answers
289 views

Java: How to read directory folder, count and display no of files and copy to another folder?

I have to read a folder, count the number of files in the folder (can be of any type), display the number of files and then copy all the files to another folder (specified). How would I proceed?
1
vote
3answers
3k views

Unix - copy contents of one directory to another [closed]

Folder1/ -fileA.txt -fileB.txt -fileC.txt > mkdir Folder2/ > [copy command] And now Folder2/ looks like: Folder2/ -fileA.txt -fileB.txt -fileC.txt How to make ...
1
vote
2answers
133 views

Best way to move entire directory tree in PHP

I would like to move a file from one directory to another. However, the trick is, I want to move file with entire path to it. Say I have file at /my/current/directory/file.jpg and I would like ...
1
vote
1answer
70 views

StackoverflowException Occurring while coping a folder

When the following code executes with more number of nested folders and files the it gives StackOverflowException Please suggest me the way to avoid it. public void copyDirectory(File sourceLocation ...
0
votes
2answers
2k views

Batch file to find newest file in folder then copy and rename it to another folder

Found the same question here.. I am trying to use the code but for my data. I am in no way a programmer.. I can take almost any code and make it work for me however. How to code a batch file to copy ...
0
votes
2answers
88 views

How to get files from ressources folder to copy them in an other directory in C#?

Hello I would like to know if it was possible to extract the files from the ressources folder to copy thme in a directory at the moment i've tried this : protected void Form1_Load(object sender, ...
-1
votes
1answer
1k views

VB.NET - Choose folder by browsing and copy file from application directory

Hello StackOverflow users. I am trying to create an application where you can browse to a folder, press install button and it will copy some files to the directory of your choosing? I found some ...
1
vote
1answer
1k views

Powershell - copy folders w/o files; files w/o folders; or everything

I would like to be able to write a powershell script that would take a folder (or set of folders) and to duplicate them in which the folder structure (without the files) could be created, where the ...
1
vote
1answer
223 views

Anyone know how to proper use the nsIFilePicker ?

I am trying to copy a text file from one folder to another. Issue is once you select the folder to save to what is the proper code to get the file to copy to that folder? I and using NSI Filepicker ...
0
votes
1answer
1k views

How to copy in bash all directory and files recursive?

I have script: find ./SourceFoler/ -maxdepth 4 -exec cp -R '{}' ./DestFolder/ \; SourceDir contains also sub-folders. Problem that in DestFolder not only all tree, but in up level all another ...
0
votes
2answers
983 views

Folder structure copy in C#

I am creating an application where we can select a destination machine over the network and it would copy a selected source file on a specific folder. Essentially, it's intended to work on application ...
0
votes
1answer
318 views

cant run php files in a folder on windows 7 webserver which was previously created on xp webserver?

im doing a php project. all is fine doing it in xp webserver which im using iis..but now i have set up a new pc with windows 7 and iis. problem is when i copy my php files which is in a folder(e.g ...
0
votes
1answer
2k views

windows 7 batch file to delete and remove folders then copy entire folder (and subfolder)

It's been a long time since I've created any batch files. What I"m trying to do is delete an entire folder, and then copy another folder (and it's sub folders and files) to the location where I ...
1
vote
2answers
543 views

Python - Writing a folder and its contents to a ZipFile

Is it possible to write a folder and its contents to an existing ZipFile? I've been messing around with this for a while and can only manage to write the folder structure to the archive, anything ...
2
votes
4answers
801 views

Java copy a folder excluding some internal file

I have a folder with this structure mainFolder --Sub1 --File .scl --File .awl --Other files --Sub2 --Files --Sub3 --Sub4 I want to copy it to ...
2
votes
6answers
97 views

Uploading folders php

Lets say I have a folder full of about fifty pictures I'd just taken on a photo shoot and I wanted to upload all of them to my website. So instead of having to select every single one and upload it, I ...
0
votes
2answers
186 views

How do we duplicate a folder on tortoisesvn

I'd basically like to duplicate a folder on my svn branch. Unfortunately I'm never able to perform it without tortoise thinks this is the same previous folder (so it never wants to add that folder ...
3
votes
2answers
602 views

php and moving images to new folders

I have an image in my templates folder that is made using php with a background template .jpg (stored in the same folder) and some text submitted from a form. It is saved as a jpg in this folder. I ...
0
votes
1answer
105 views

seting up a template folder copy/ past system with batch

I have a foldering system setup consisting of a “master folder” wich varys in name holds two sub folders, the sub folders though are always called CTB and DWG. I want the contents. of the DWG folder ...
5
votes
4answers
7k views

Copy files from a folder of SD card into another folder of SD card

Is it possible to copy a folder present in sdcard to another folder present the same sdcard programmatically ?? If so, how to do that?
1
vote
2answers
530 views

PHP move chosen files from A folder to B folder

This is a tricky one and I'm not sure where to start, so any help will be grateful. I have a parent folder called 'source' (c:/dev/source) which contains several child folders. I need a PHP script ...
1
vote
2answers
4k views

Copy A File In AppleScript

I have the code below to set a variable in Applescript for the path to the iTunes Music Folder: set username to text returned of (display dialog "RingtoneDude" default answer "Enter your path to your ...
1
vote
2answers
13k views

copying all contents of folder to another folder using batch file?

I need help I have a folder in C:\Folder1 I want to copy all the contents of Folder1 to another location D:\Folder2 I want to do this using batch file. Thanks
0
votes
1answer
540 views

PHP: Recursive copy

I'm using this code to recursive copy of directories (and files). I can't understand why but, after a copy, my $source folder increase ... it has 76.3MB, after a copy it will increase to 123 MB! Any ...
0
votes
2answers
3k views

Copy file from server share to local folder with Applescript

I have a folder on a server which is shared with guest access enabled. I want to be able to copy a file from that folder to a local machine with Applescript. So far I have: property source : ...
0
votes
3answers
917 views

Finding files with bash and copy to another location and reducing depth of folders

I'm trying to recover a mates hard drive, there is no structure what so ever so music and images are everywhere but in named folders sometimes >5 folders deep, I've managed to write a one-liner that ...
3
votes
2answers
4k views

How Do I copy the files and the Folder Tree to Remote Machine?

I have two machines Server A and Server B I want to copy all the files and folder tree from Server A to Server B and create the same file and folder tree using powershell scripting I have tried the ...
4
votes
6answers
3k views

Dynamically add files to visual studio deployment project

I've been desperately looking for the answer to this and I feel I'm missing something obvious. I need to copy a folder full of data files into the TARGETDIR of my deployment project at compile time. ...
1
vote
2answers
1k views

Preorder tree traversal copy folder

We have a database that contains several Trees. These trees are build using the "Preorder tree traversal" principle. This is a very powerful way of creating trees but it has one big disadvantage, ...