The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
64 views

Access Denied when copying DLL files for particular client

We have a small utility which updates our software on client computers by simply copying/replacing certain files. The files consist of both EXE's and DLL's. All works fine, except for one client of ...
0
votes
1answer
51 views

Python Cannot create a file error [Error : 183]

I am using the following code to copy the contents of one directory to another directory (python) ...
0
votes
2answers
72 views

Better Way to Copy Move Rename File, Visual Basic (VS 2012 V11)

I want to copy, rename, and move a file to a new location. According to http://msdn.microsoft.com/en-us/library/36xbexyf(v=vs.90).aspx the following code should do so: This example copies the file ...
0
votes
2answers
96 views

Permission denied on CopyFile in VBS

I'm trying to automate pushing a file into my users' home directories, but am stuck on a "Permission Denied" error — is thrown on line 6 here, with the CopyFile call. There are other parts of the ...
0
votes
1answer
69 views

Copy files in folders using ColdFusion (openBD Engine)

I have been asked to solve the following problem: copy files in batch of 3 in newly created folders. Example: in folder let’s say “D:/TEST_CF/” there are 20 txt files. Divide them by 3 (the ...
0
votes
1answer
118 views

Copy an image to another location with different size

I am trying to copy an image file from one location to another using Java. Now I want to save the image file for a specific size whatever is the size of image file in source location. I am using the ...
0
votes
2answers
85 views

Bash Shell Script to iterate over folders within folder and copy files

I want to iterate over multiple directories within a directory and copy a specific csv file to different location. My shell script knowledge is at a starter level. I found couple of solutions similar ...
0
votes
1answer
67 views

Does CopyFile place any lock on the source file?

When I copy a file with CopyFile, will the source file be locked in any way? Say - if the copy operation starts, and then someone wants to open the source file, will it succeed? What if the "someone" ...
0
votes
2answers
294 views

CopyFile Vbscript

I need to join any files (2GB) without read their content. I have tried to use CopyFile method but it doesn't work. My code is that: Public Function UnificarCRIs(ByVal path, ByVal FICRIEC, ByVal ...
0
votes
1answer
95 views

wait for shutil.copyfile to finish

I want to copy a file then start writing the new file: shutil.copyfile("largefile","newlargefile") nwLrgFile=open("newlargefile",'a') nwLrgFile.write("hello\n") However, when I do the above hello ...
0
votes
1answer
77 views

boost copy_file has inconsistent behavior when overwrite_if_exists is used

I am having trouble with boost copy_file(version 1.40.0) method, I would like to overwrite the destination file completely, but it ends up merging source file and destination file if destination text ...
0
votes
1answer
88 views

How to copy and rename splitted *.rar archives with VBScript?

I have a VB Script (*.vbs) on my server that check by the built-in FileSystemObject if a file like this exists... "C:\path\{filename}.weekly.rar" If it exists then copy the file in the same path ...
-3
votes
1answer
428 views

C#: OpenFileDialog copy a file [closed]

Hi I have a button with this code: OpenFileDialog ofd = new OpenFileDialog(); string percorso = Environment.CurrentDirectory; percorso += @"\img\Articoli"; ...
0
votes
2answers
58 views

How to put the characters from a File in to a char string?

So here is my attempt at it but I'm getting a few errors which I don't know how to fix. 17.2 Warning : passing argument 2 of putc makes pointer from integer without a cast. C:\mingw ....... note ...
0
votes
1answer
63 views

How To Creat Pause , Stop and Resume Button In WIN APP When a File Is Copied?

How To Creat Pause And Stop and Resume Button In WIN APP When a File Is Copied ? a Snapshot Of Design MyProject : http://www.uploadtak.com/images/f7636_Snapshot_20121207_14.jpg a Snapshot Of Code ...
0
votes
1answer
1k views

How to copy file from smb share to local drive using jcifs in Java?

Could anybody help me to copy file from shared folder to local drive? My code is: import jcifs.smb.NtlmPasswordAuthentication; import jcifs.smb.SmbFile; import jcifs.smb.SmbFileInputStream; import ...
0
votes
2answers
190 views

Perl — create numbered backup copy of a file

I'm extracting data to some text file but first I want my script to check if file exists, then create copy in a certain folder. If it still exists in the same folder, save it but append like a value ...
2
votes
1answer
376 views

Why does CopyFile2 replace CopyFile and CopyFileEx?

I was talking with a friend recently who told me that CopyFile and CopyFileEx are not allowed in C++ Metro applications(which appears to be correct). Why is this? And why did they put forward an odd ...
0
votes
2answers
328 views

How can I copy files in Python while keeping their directory structure?

I have a list of directories which have many sub-directories. e.x. C:\home\test\myfiles\myfile.txt I want to copy this to my X: drive. How do I copy myfile.txt if the X: drive only contains ...
1
vote
0answers
304 views

Recursive MoveFile/CopyFile

I’m working on a console program and need to use MoveFile/CopyFile to allow moving and copying files and directories (possibly across volumes). The problem of course is that copying or moving a ...
0
votes
1answer
53 views

drupal file_check_path return false

I am working on files in drupal. i use local wamp server with drupal6. my drupal path is localhost/drupal6 .i have a file in this path <drupal root >\files\images\111.jpg . ...
1
vote
1answer
200 views

WiX CopyFile/Directory Path Unavailable During Patch

I have a WiX installer (say at 10.0) that copies some files. Everything with the file copy works fine. I am trying to create a patch from that version. Whenever the patch (10.1) is run, and the ...
1
vote
0answers
242 views

how to copy file from hostOS(windows 7) to SD card on guestOS in Virtualbox(Android x86) [closed]

i don't know the way to do this ,dose anyone can help me please , thank you very much for every answer . T____T
1
vote
2answers
416 views

wxpython filecopy progress bar

Friends, kindly help me how to update the progress bar in WX Widgets python while copying folder in windows. i tried searching a lot. Im gud to python, but not so expert in it. just thought to switch ...
2
votes
1answer
241 views

Convert CopyFileEx to Task pattern

Have been reading about async and tasks and been attempting to convert the CopyFileEx method via PInvoke to the Task pattern with progress. I am having issues with the progress part. CopyFileEx has ...
6
votes
2answers
1k views

File.Copy in Parallel.ForEach

Hi I try create dir and copy file (pdf) in Parallel.ForEach... I create simple example: private static void CreateFolderAndCopyFile(int index) { const string sourcePdfPath = ...
0
votes
1answer
219 views

CopyFileW returns 0 but GetLastError also return 0

Calling CopyFileW from VBA as shown below with a non-existent destination folder gives a value of 0 returned by CopyFileW, but GetLastError also returns 0, indicating a successful operation. How can I ...
2
votes
3answers
845 views

How to use copyfile when there are spaces in the directory name?

I am trying to perform a simple file copy task under Windows and I am having some problems. My first attempt was to use import shutils source = 'C:\Documents and Settings\Some directory\My ...
0
votes
1answer
128 views

How to get the filename

I want to get the filename from a vector <wstring> after the search operation i want to copy all the files on the vecAviFiles to another path (for example D:\Test). int main() { int ...
0
votes
1answer
424 views

How to use WIX CopyFile element to copy file on change/repair to a system folder without installing it to the target?

I have a problem which is related to the execution of CopyFile on change/repair when using WIX to make a msi setup. I have a feature which has a component which copies/moves a file from the source ...
1
vote
1answer
958 views

Lazarus & Free Pascal - How to recursively copy a source directory of files to another directory?

I need to add some functionality to my Lazarus & Free Pascal GUI program - I need it to also copy files from a users chosen dir to another dir. I have a "Choose Source" TSelectDirectoryDialog ...
2
votes
2answers
2k views

Powershell - copy files from directory structure but exclude a named folder

I am looking to copy files from a directory structure over to a new folder. I am not looking to preserve the file structure, just get the files. The file structure is such that there can be nested ...
2
votes
1answer
149 views

How to catch errors when copying files in Ruby?

I copy a file like this: require 'fileutils' FileUtils.copy(source_file, dest_file) I would like to know if this operation succeeded, and if not, what was the error. Where could I find the ...
2
votes
5answers
247 views

Different output content file copy in C

Hello i had a simple copy file program in C but i cant explain why i get different output in the destination file when i use the 2nd method. The correct output with for loop: I am the worst ...
0
votes
1answer
109 views

FileSystem.CopyFile user actions

I have an MVC3 C#.Net web app. In my HTML View, I am using the standard Windows file input <input style="border:thin solid #ccc;width:270px; background-color: #FFFFFF;" type="file" name="Name" ...
0
votes
2answers
368 views

how to use copyto api in phonegap

i want to copy a sqlite db to the database folder but dont know how to use copyto api: function win(entry) { console.log("New Path: " + entry.fullPath); } function fail(error) { alert(error.code); ...
2
votes
1answer
616 views

Why is FileUtilities.CopyFile wrapper for CopyFileEx interfering with winforms?

I’m using the FileUtilities.CopyFile wrapper for CopyFileEx from here http://msdn.microsoft.com/en-us/magazine/cc163851.aspx . I thought the CopyFileCallbackAction doesn’t get called until after the ...
4
votes
1answer
353 views

How do I get CopyFileEx to report back so I can cancel a file copy operation?

I’m trying to use the FileUtilities.CopyFile wrapper for CopyFileEx from here . But the CopyFileCallbackAction doesn’t get called until after the file is copied (I’ve tried copying a large file). How ...
3
votes
2answers
773 views

Hook into the Windows File Copy API from C++

I need to hook copyfile in order to stop the process whenever a malicious file is being copied. I saw a question asked by Cat Man Do Hook into the Windows File Copy API from C# and he mentioned that ...
0
votes
2answers
622 views

Copying a file to/from external storage

I'm fairly new to Android and am having an writing to a certain file. What I'm trying to do is use the TextToSpeech.synthesizeToFile() method to write an audio file. This is working except for the ...
1
vote
1answer
256 views

Microsoft's CopyFileEx error

I am using Microsoft's CopyFileEx method to copy files. I am coping from one server to another and the file located in share folder and i am using UNC. i get an error 999. I was able to find the ...
3
votes
2answers
2k views

Why copying to system32 automatically copies to sysWOW64 instead?

I'm trying to copy a file to C:\windows\system32 by calling CopyFileA - debugging shows that indeed the string "C:\windows\system32\filename" is sent to CopyFileA, but my file is copied to ...
2
votes
2answers
303 views

Using Win32's ::CopyFile to retrieve file from Symantec Enterprise Vault

I'm having a problem copying a file from a Symantec Enterprise Vault. Usually, I use the Win32 ::CopyFile function to copy from one NTFS to another. Now, the NTFS has a special symbolic link or ...
0
votes
1answer
199 views

VSS in C# NET DirectoryCopy Function

I am writing a class (based on a class library) that creates a RAMDisk, and every X minutes I need to backup the contents of the RAMDisk to a physical location due to volatility. It was suggested to ...
7
votes
1answer
467 views

Delphi: CopyFileEx and Thread

I have a thread and a Progress Routine (a function) inside it (in my thread class). I try to do this inside the thread: ...
0
votes
1answer
109 views

Copying a CFileDialog file

I'm using a CFileDialog dialog box to open a file in my program. When this file gets opened, I'd also like to save a copy of that file into the directory of my program. How can I do this? This is how ...
0
votes
2answers
586 views

How do I invoke the shell “file copy dialog” to report the progress of a copy in Win32?

How can I copy files by invoking windows "copy files" dialog to do it? SHFileOperation seems like a option, but it is inside our process. By the way, does SHFileOperation have GUI interface? Is it ...
1
vote
3answers
863 views

.net: Is this file in use?

I've seen multiple version of this question on this site, but none seems to address my precie problem, so here it is: I'm trying to copy a file, using System.Copy. The destination, if it exists, ...
0
votes
1answer
119 views

wix - reserving the file in the TEMP IN ROLLBACK CASE

I need to delete a file from the target machine before an execution of my custom action. In case unsuccessful result of action I should rollback all the changes. So I should replace file to the temp ...
0
votes
2answers
717 views

How to Copy HTML file along with all the associated images and scripts folder?

I want to copy an HTML file from one location to another using VB.net. When i use any of the three FileCopy, System.IO.File.Copy, My.Computer.FileSystem.CopyFile it copies only the file and not the ...

1 2