PFX Variable - Get File System Prefix (BBj)

For this topic's original documentation, see the PFX Variable - Get File System Prefix.

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

See Also

Variables - Alphabetical Listing