Description
This function lists cPanel's current directory. The default directory is the /
usr/local/cpanel/base/
directory.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
absdir |
string |
The path to return. This parameter defaults to the / usr/local/cpanel/base/ directory. |
Any valid directory, relative to the account's /home directory. |
public_html |
Returns
Return |
Type |
Description |
Possible values |
Example |
absdir |
string |
The absolute path to the account's current working directory. |
A valid absolute path. |
/usr/local/cpanel/base |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if an error occurred. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |