|
|
|
Find Drive Movie Is Plating From
Added on 6/22/2000
|
This Handler returns the driveletter from where the movie is running
---- written for Director 8 ---
---- Kumar.K ----
---- kumark@icode.com ----
--- This Handler returns the driveletter from where the movie is running ----
on finddrive
set drive= the moviepath
set drive = char 1 to 3 of drive
put drive
return drive
end
|
|