Set a PBS option by browsing for a directory. This function provides an alternative to using setPBSoptions when setting an option that has a path as its value.
setPathOption(option)
Arguments
option: name PBS option to change
Author(s)
Anisa Egeli, Vancouver Island University, Nanaimo BC
Note
If all the required arguments are missing, it is assumed that the function is being called by a GUI widget.
See Also
setFileOption, setPBSoptions
Examples
## Not run:local(envir=.PBSmodEnv,expr={ setPathOption("myPath")})## End(Not run)