inst/examples/getLockFileName.r

\dontrun{

## Non-existing file system ressource //
path <- file.path(tempdir(), "test.txt")
getLockFileName(path = path)

## Files //
file.create(path)
getLockFileName(path = path)

## Directories //
getLockFileName(path = tempdir())

}
rappster/filesystr documentation built on May 26, 2019, 11:17 p.m.