Module sys/path
sys/path
Path resolution.
Synchronous wrapper for realpath.
Returns 0 on success, -errno on failure.
Functions
realpath
function
fn(path : *(u8), resolved : *(u8)) -> i32
Parameters
| Name | Type | Notes |
|---|---|---|
path | *(u8) | |
resolved | *(u8) |
Returns: i32