contents   index   previous   next



Clib.getcwd()

syntax:

Clib.getcwd()

return:

string - complete path of the current working directory for a script.

 

description:

This method returns the complete path of the current working directory for a script.

 

see:

Clib.chdir()

 

 


Clib.flock()