Format the path with or without a trailing slash
The path
Ensure the presence or absence of a trailing slash
Convert forward slashes in the path to backslashes
Filename = FolderNameFormat("C:\Temp", True) ==> C:\Temp\
Filename = FolderNameFormat("C:\Temp\", False) ==> C:\Temp