FUNCTION convertSingleFile(theFile$)
Perform keyword conversion on the specified file
|
Parameter | Description |
theFile |
The full path to the file to process |
|
Returns |
A simple boolean (0=failed, 1=successful) |
|
FUNCTION getLastFailure$()
Retrieve a text description of the last failure that occurred during the keyword conversion process
|
Returns |
A string containing a description of the failure |
|
FUNCTION resourceInPvxEditor()
Perform keyword conversion on the resource loaded in the ProvideX editor
|
Returns |
A simple boolean (0=failed, 1=successful) |
|
FUNCTION resourcesInNavView()
Perform keyword conversion on the resources selected in the navigation view
|
Returns |
A simple boolean (0=failed, 1=successful) |
|