Lists the files or directories of a directory within the remote SAS server.
See also
Other file management functions:
sas_file_copy(),
sas_file_download(),
sas_file_exists(),
sas_file_remove(),
sas_file_upload()
Examples
if (FALSE) { # \dontrun{
sas_connect()
sas_list(".")
} # }
