add.slash {DOQTL}R Documentation

Add a forward slash to a character string.

Description

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

Usage

  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

  add.slash("/dir")

[Package DOQTL version 1.19.0 Index]