// Set up parameters for call to EnterDisk.
szMsg = "Insert the build CD;
szTagFile = "Configuration.xml";
// Display the EnterDisk dialog box.
EnterDisk (szMsg, szTagFile);
end;
The above function works fine for me. How i can find out which folder
the user selected?
I mean, i want to copy the selected file from the above folder to
TARGETDIR...
any idea ... how i can do it??
thanks
Durairaj K. Avasi