file-copying
how to create a program that copies specific files from one directory to another?
suppose there is a folder \'Videos\' with file names 1.avi ,2.avi ,3.avi ,4.avi .. till 100.avi . i have created a program that outputs some numbers (let\'s say 92 , 31 , 92 ,85, 45 ) . n开发者_StackO[详细]
2023-03-14 04:15 分类:问答Can CopyFileEx be called from a secondary thread?
Is it possible and right to call CopyFileEx and CopyCallback/ProgressRoutine function (ProgressBar.Position will be synchronized)from a thread?[详细]
2023-03-13 19:11 分类:问答Java copy files distorting file
So I am trying to copy a file to a new location this way: FileReader in = new开发者_运维问答 FileReader(strTempPath);[详细]
2023-03-11 18:38 分类:问答move all files in a folder and all it's subfolders into one big folder - windows xp
I have a folder c:\\downloads\\ffme and inside it there 开发者_JS百科are loads of subfolders with various amounts of files in each of them.[详细]
2023-03-11 07:59 分类:问答"Could not find part of the path" error when copying a file
I\'ve googled about this all over the Internet and still haven\'t found a solution. As an ultimate try, I hope someone can give me an exact answer.[详细]
2023-03-10 16:03 分类:问答How to copy a file while it is being used by another process
Is it possible to copy a file which is being using by another process at the same time? I ask because when i am trying to copy the file using the following code an exception is raised:[详细]
2023-03-09 05:24 分类:问答FileCopy of NSIS installer not working in Windows 7 but working in Windows XP
I am using FileCopy of NSIS installer to copy a folder along with its all subfiles from a source to destination. This works on XP but not on Windows 7. When i run the installer on Windows 7 , then the[详细]
2023-03-05 12:10 分类:问答Using vb.net to copy a file from Windows XP to Linux
I have some simple vb.net code that I use to copy a file between 2 servers. IO.File.Copy(fromFileName, toFileName, True)\' Overwrites existing files[详细]
2023-03-03 13:42 分类:问答NSIS installer file copy operation not working
!include nsDialogs.nsh !include LogicLib.nsh Section !define FileCop开发者_如何学Pythony `!insertmacro FileCopy`[详细]
2023-03-03 01:23 分类:问答Copying Files Using C++ on a Mac
I wrote a program for Windows in C++ and it utilized the copy terminal command. I tried to change it to cp, but it didn\'t work the same way as copy on Windows. On Windows, the default directory from[详细]
2023-02-27 01:06 分类:问答
加载中,请稍侯......