How can I use sys_library with a plb that locates in a folder whose name contains an embedded space? Why sys_library can't deal with names with embedded spaces while file_exists can?
How can I use sys_library with a plb that locates in a folder whose name contains an embedded space? Why sys_library can't deal with names with embedded spaces while file_exists can?
sys_library and sys_path were not updated to handle spaces when Patran was ported to Windows. There are two workarounds: you can either rename your folder to take out the spaces, or you can use file_add_path, which does handle spaces.