file.info {file} | R Documentation |
Utility function to extract information about files on the user's file systems.
file.info(files);
a object list with slots: + DirectoryName: Gets a string representing the directory's full path. + Length: Gets the size, in bytes, of the current file. + Name: Gets the name of the file. + IsReadOnly: Gets or sets a value that determines if the current file is read only. + Exists: Gets a value indicating whether a file exists.