file.info {file} R Documentation

Extract File Information

Description


Utility function to extract information about files on the user's file systems.

Usage

file.info(files);

Arguments

files

The fully qualified name of the new file, or the relative file name. Do not end the path with the directory separator character.

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

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.

clr value class

Examples


[Package file version 2.33.856.6961 Index]