convert_file_path_to_windows_format: Convert a file path to windows format

View source: R/utils_exported.R

convert_file_path_to_windows_formatR Documentation

Convert a file path to windows format

Description

Convert a file path to windows format by turning forward slashes '/' to backslashes '\'

Usage

convert_file_path_to_windows_format(.file.path)

Arguments

.file.path

a unix style file path

Examples

print(getwd())
convert_file_path_to_windows_format(getwd()) %>% print

ChandlerLutz/CLmisc documentation built on Feb. 28, 2025, 10:05 p.m.