A path pointing to a file or directory on a virtual ADF device
Source:R/virtual_path.R
virtual_path.RdThis function creates a path pointing to a file or directory
on a virtual ADF device (created with connect_adf() or create_adf_device()).
The virtual path created with this function can be used to establish a readable
or writable connection to a file, or obtain information about a file or directory.
See also vignette("virtual_paths")
Arguments
- dev
A virtual ADF device (created with
connect_adf()orcreate_adf_device()). Make sure a file system is present on the virtual device or install first when missing usingprepare_adf_device().- path
A
characterstring representing the path to a file or directory on the virtual device.