Hi
nResult = AskPath (szTitle, sPath, svResultPath);
if (nResult = NEXT) then
if (ExistsDir (svResultPath) = 0) then
bTargetDirOk = TRUE;
else
if (AskYesNo ("Folder does not exist. Create it?",YES) = YES) then
if (CreateDir (svResultPath) = 0) then
bTargetDirOk = TRUE;
endif;
endif;
endif;
else
sPath="";
svResultPath="";
goto Dlg_SdAskDestPath;
endif;
Regards
Jai
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

error occurred during the move data process :- 145
Started by
neyjai
, May 26 2005 07:36
1 reply to this topic