aug_ls
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.8" ) ]
public string[] aug_ls (string augpath) throws Error
[ Version ( since = "0.8" ) ]
public string[] aug_ls (string augpath) throws Error
list Augeas nodes under augpath
This is just a shortcut for listing aug_match "path/*" and sorting the resulting nodes into alphabetical order.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |