PREFIX Verb - Set File System Search Paths - BBj
For this topic's original documentation, see the PREFIX Verb - Set File System Search Paths.
BBj-Specific Information
In BBj, if paths containing spaces are added to the prefix, they will be enclosed in quotes. Paths that do not contain spaces will not be enclosed in quotes, even if the path to be enclosed in quotes is forced.
Examples
>prefix """C:\Program Files\""
""C:\temp\"""
>print pfx
"C:/Program Files/" C:/temp/
>