FS: Added utility for appending a slash to path
There was a common pattern of checking if the last characterof a path was a slash and appending one if it was missing.A proper function for doing this was added to fs_util.
View differences
FS: Added utility for appending a slash to path
There was a common pattern of checking if the last character
of a path was a slash and appending one if it was missing.
A proper function for doing this was added to fs_util.