vc_dismount: Dismounts veracrypt container directly from R

Description Usage Arguments Value Examples

View source: R/vc_dismount.R

Description

This function dismounts the veracrypt container directly from R. Also check the sister function vc_mount.

Usage

1
2
3
4
vc_dismount(
  drive,
  vcexecutable = "C:\\Program Files\\VeraCrypt\\VeraCrypt.exe"
)

Arguments

drive

character: name of the drive from which to dismount the volume. Example - "Z://"

vcexecutable

character: name of the veracrypt executable file. If it doesn't contain an absolute path, the file name is relative to the current working directory, getwd(). Default is "C:/Program Files/VeraCrypt/VeraCrypt.exe"

Value

Running the function will dismount the veracrypt volume as specified. Returns a NULL object in R.

Examples

1
2
3
4
5
vc_dismount("k://")

vc_dismount("k://", vcexecutable="C:/Program Files/Veracrypt/Veracrypt.exe")

vc_dismount("k://", vcexecutable="C:/Program Files (x86)/Veracrypt/Veracrypt.exe")

Anoopsinghrawat/snxt documentation built on Sept. 16, 2020, 1:46 a.m.