image\bbj40.gif PREFIX Verb - Set File System Search Paths - BBj


BBj-Specific Information

For this topic's original documentation, see the PREFIX Verb - Set File System Search Paths.

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/
>