Pascal Scripting: SelectDisk

Prototype:

function SelectDisk(const DiskNumber: Integer; const AFilename: String; var Path: String): Boolean;

Description:

Displays the "Setup Needs the Next Disk" message box, and returns True if the user enters a path containing the file specified by AFileName and selects OK. The selected path is returned in the Path string. The current value of Path is used as the initially selected path and DiskNumber is used only as information to the user.