home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga Shareware Floppies
/
ma60.dms
/
ma60.adf
/
ReqTools
/
RexxReqTools
/
Examples
/
TTXARexx.lha
/
SetWorkingDir.ttx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-10-21
|
298 b
|
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