home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
install
/
reqtools
/
rexxreqtools
/
examples
/
ttxarexx.lha
/
SetWorkingDir.ttx
< prev
Wrap
Text File
|
1993-10-21
|
298b
|
14 lines
/* SetWorkingDir.ttx 1.0 (20.02.93)
*
* Change the current working dir
*/
OPTIONS RESULTS
GetCurrentDir
NewCD = rtFileRequest( RESULT,, "Select new current dir", "_Select", "RTFI_Flags=FREQF_NoFiles RT_PubScrName=TURBOTEXT" )
IF rtResult = 1 THEN 'SetCurrentDir' NewCD
CALL rtFreeFileBuffer