R/asserts.R

Defines functions assertValidPath

assertValidPath<-function(path)
{
  checkmate::assertString(path, pattern= "[^\\0]+")
}
adamryczkowski/objectstorage documentation built on May 24, 2019, 8:47 p.m.