======Command xls====== ====Name==== **xls** List files in a directory ====Synopsis==== xls [ [[SerializationOptions serialization options]] ] [options] [directory or file ...] ====Options==== ||-l,-long||Long listing, include all file property attributes|| ||-a,-all||List all files including hidden files (starts with ".")|| ||-R,-recurse|| Recursively list all files and directories|| Supports the standard [ [[SerializationOptions serialization options]] ] ====Description==== Lists the files in the supplied directory or the current directory. Outputs the list using the File schema. If -l is given then all file attributes are written ( name,path,writable,readable,type,length) otherwise only name and path. Example: %%(shell) xls . %% Result %%(xml) %% ====Return Value==== Returns 0 if the directory exists and is read successfully, otherwise 1. ---- [[Commands]] [[CategoryCommands]]