Introduction - If you have any usage issues, please Google them yourself
Create the specified directory (could be multi-level directory) Option Explicit Private Declare Function MakeSureDirectoryPathExists Lib " imagehlp.dll" (ByVal lpPath As String) As Long Private Function CreateDirectory (ByVal sDirectory As String) As Boolean ' Create the specified directory (which can be multi-level directory), sDirectory: To create a folder