LogDisk

Logs (activates) a disk drive.

Syntax:

LogDisk (drive-letter)

Parameters:

(s) drive-letter  the disk drive to log into.

Returns:

(i)  @TRUE if the current drive was changed.; @FALSE if the drive doesn't exist.

 

Use this function to change to a different disk drive.

Example:


LogDisk("C:")
Message("LogDisk","Disk Logged.")
See Also:

DirChange, DiskScan