getPathFromFile {maDB}R Documentation

Get the path to a file

Description

getPathFromFile returns the path to the file.

Usage

getPathFromFile(file)

Arguments

file The file name (should include also the path to the file). As file delimiter (also in Windows!) the Unix file delimiter "/" should be used!

Author(s)

Johannes Rainer

See Also

createFile

Examples

getPathFromFile("/home/jo/tmp/somefile.txt")

[Package maDB version 1.12.0 Index]