BBjFileSystem::resolvePath
Description
In BBj 15.0 and higher, this method returns the fully resolved absolute path for the specified file name. The file name can be a file relative to any configured prefix configurations. When a BBx program makes a call to OPEN passing in a relative path to a file, BBj checks any configured prefixes to look for the specified file in those locations. This method returns the full path BBj would use in a call to OPEN.
Syntax
Return Value |
Method |
string |
resolvePath(string fileName) |
Parameters
Variable |
Description |
fileName |
Specifies the name of the file. |
Return Value
Returns the fully resolved absolute path.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.