getOwner


Description:

public static Result<string,Error> getOwner (Path path)

Returns owner name for the path.

Parameters:

path

target path.

Returns:

Result.ok(owner name), or Result.error(FilesystemError.*) on failure.