https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 0737e8121aad00e24c12d1e9ec6ab3526e7dd033 authored by Joshua Cogliati on 19 February 2023, 16:37:16 UTC
Merge pull request #159 from dmalec/ISSUE-158-LIB-DEPENDENCIES
Tip revision: 0737e81
setprefix
SETPREFIX string

	command.  Sets a prefix that will be used as the implicit beginning
	of filenames in OPENREAD, OPENWRITE, OPENAPPEND, OPENUPDATE, LOAD,
	and SAVE commands.  Logo will put the appropriate separator
	character (slash for Unix, backslash for DOS/Windows, colon for
	MacOS Classic) between the prefix and the filename entered by the user.
	The input to SETPREFIX must be a word, unless it is the empty list,
	to indicate that there should be no prefix.

back to top