Adds a trailing slash to a path if there isn't one.
Uses the Operating System default path character (/
or \
)
public static string AddTrailingSlash(string path)
Parameters
path
A file system path
Overloads:
See also:
Class FileUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic