add.slash: Add a forward slash to a character string.

Description Usage Arguments Value Author(s) Examples

Description

If the argument does not end with a forward slash, add one.

Usage

1
  add.slash(path)

Arguments

path

Character string containing a file path.

Value

Returns a character string with a forward slash added to the end, if the argument did not end with a forward slash already.

Author(s)

Daniel Gatti

Examples

1
  add.slash("/dir")

DOQTL documentation built on May 6, 2019, 3:09 a.m.