Public Function FilenameExtensionGet(FileName As Variant, Optional WithDot As Boolean = False) As String
Return the filename extension.
Manipulate file and folder names
Return the filename extension.
Replace the existing filename extension with the specified one.
Return the filename only given the full file path
Check that the specified folder exists and if not, then create it.
The parent folder must exist or an error will be thrown when trying to create the folder. The passed path may end with a slash or not, but must not contain a filename.
Format the path with or without a trailing slash
Return the folder only given the full file path