Up |
getScolPath
Returns the absolute path of the Scol executable
Prototype :
fun [] S
Return : S this path or nil if error
Example :
_fooS getScolPath; >>>> C:\Program Files\Scol Voyager // (windows) >>>> /home/iri/Works/Prog/Scol // (linux)
Up |
Returns the absolute path of the Scol executable
fun [] S
Return : S this path or nil if error
_fooS getScolPath; >>>> C:\Program Files\Scol Voyager // (windows) >>>> /home/iri/Works/Prog/Scol // (linux)