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.
Remarks
Using Resources from an SSCP
In BBj 25.00 and higher, programs and resources that are added to a JAR file in a classpath can be used by adding a "!!" prefix. Go to Loading Resources from Classpath for more information.
Examples
>prefix """C:\Program Files\""
""C:\temp\"""
>print pfx
"C:/Program Files/" C:/temp/
>