pathological (version 0.1-1)

cygwinify_path: Make a path suitable for cygwin

Description

By default, cygwin complains about standard paths. This function converts paths to a form that cygwin likes.

Usage

cygwinify_path(x = dir())

Arguments

x
A character vector of file paths. Defaults to files in the current directory.

Value

A character vector of the cygwinified inputs.

See Also

standardize_path

Examples

Run this code

# Connecting to a non-existent network drive is slow
cygwinify_path(c("c:/Program Files", "\\\\some/network/drive"))

Run the code above in your browser using DataCamp Workspace