deploy_filesystem {Travel}R Documentation

Filesystem management

Description

These functions manage the filesystem which Travel is used to create virtual pointers. You should not call these functions manually for Travel will automatically mount the filesystem if it needs one.

Usage

deploy_filesystem()

get_mountpoint()

set_mountpoint(path)

run_filesystem()

stop_filesystem()

is_filesystem_running()

Value

Character vector or no return value

Examples

 
## Automatically determine the mountpoint
## and deploy the filesystem
Travel:::deploy_filesystem()

## Get mountpoint for the current filesystem
Travel:::get_mountpoint()

[Package Travel version 1.1.1 Index]