adf_entry_info | R Documentation |
Retrieve information from entry (file and directory) headers on virtual ADF devices. Get information like entry name, modification date, file size etc.
adf_entry_info(x, path, ...)
## S3 method for class 'adf_device'
adf_entry_info(x, path, ...)
## S3 method for class 'virtual_path'
adf_entry_info.adf_device(x, path, ...)
## S3 method for class 'character'
adf_entry_info.adf_device(x, path, ...)
## S3 method for class 'virtual_path'
adf_entry_info(x, path, ...)
## S3 method for class 'adf_file_con'
adf_entry_info(x, path, ...)
x |
Either a virtual device or virtual path. |
path |
A |
... |
Ignored |
Returns a list
of named list
s of entry properties.
Elements included in the named list
depend on the type of entry (root, directory or file).
Pepijn de Vries
## First setup a connection to a virtual device
my_device <- demo_adf()
adf_entry_info(my_device, "DF0:")
adf_entry_info(my_device, "s")
adf_entry_info(my_device, "s/startup-sequence")
close(my_device)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.