I am trying to create a program in C++ that would create aa directory in the current path, then copy a file to this path and attach a time stamp on the file name. How is the function: extern PACKAGE System::AnsiString __fastcall GetCurrentDir();
and the function extern PACKAGE bool __fastcall CreateDir(const System::AnsiString Dir);
For some reason when I use the mkdir function, it does not place my folder name in the right path
Thank you,
Lix
and the function extern PACKAGE bool __fastcall CreateDir(const System::AnsiString Dir);
For some reason when I use the mkdir function, it does not place my folder name in the right path
Thank you,
Lix