R.utils (version 0.5.5)

getRelativePath: Gets the relative pathname relative to a directory

Usage

## S3 method for class 'default}(pathname, relativeTo=getwd(), ...)':
getRelativePathundefined

Gets the relative pathname relative to a directory.

pathname{A character string of the pathname to be converted into
   an absolute pathname.}
 relativeTo{A character string of the reference pathname,}
 ...{Not used.}

Returns a character string of the relative pathname.

[object Object]

*getAbsolutePath().
  *isAbsolutePath().



IO
programming

Arguments