home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
libs
/
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