File providers
File providers
new()
New file provider
AbstractFileProvider$new(sep = .Platform$file.sep)
sep
- platform separator
...
for compatibility
the provider
listFiles()
AbstractFileProvider$listFiles(directory = ".")
directory
- the directory
a dataframe containing the full path relative to root of this provider (path) and file / directory flag (isDir)
listAllFiles()
AbstractFileProvider$listAllFiles(directory = ".")
a dataframe containing the full path relative to root of this provider (path) of files and directories and file / directory flag (isDir)
relativePath()
AbstractFileProvider$relativePath(parts)
print()
AbstractFileProvider$print()
clone()
The objects of this class are cloneable with this method.
AbstractFileProvider$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.