David Beckles
becklesd at tiscali.co.uk
Wed May 5 11:33:27 CDT 2004
Why not use the API Private Declare Function MakeSureDirectoryPathExists Lib "imagehlp.dll" (ByVal lpPath As String) As Long which will create all the directories in the specified Path, beginning with the root, as required? (See http://www.allapi.net/) David