getPathFromFile {maDB}R Documentation

Get the path to a file

Description

getPathFromFile This function tries to get the path to the file by reading it out of the file name.

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!

Details

Author(s)

Johannes Rainer

References

See Also

createFile

Examples

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

[Package maDB version 1.2.0 Index]