| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. How to use wxCopyFile( )? #3592 Posted by: jon 2004-03-26 03:35:51 | I'm trying to do this
wxString d = wxFindFirstFile("/temporary/");
wxString r=wxGetCwd();
wxCopyFile(d,r,true);
error 3:the
Or
wxString d = wxFindFirstFile("/temporary/");
wxString r=wxGetCwd();
wxCopyFile(d,r,false);
but don't work,error | 2. Re: How to use wxCopyFile( )? #3597 | I think you should add the wildcard *.* etc. Suggest that search "wxCopyFile" at wx/samples/ directory to find the sample code, I guess may exist at console sample. | 3. Re: How to use wxCopyFile( )? #3607 Posted by: jon 2004-03-26 16:51:54 | Hello,wxCopyFile(file1,file2,false),she is ok. if file1 and file2 exist,bat i trying to copy fajl.exe in new folder wxMkdir("D:\\NewFoder"); | 4. Re: How to use wxCopyFile( )? #3611 | Oops, sorry, I mean add wildcards in FindFirst. | Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|