Hello All,
Is there an API call that verifies a drive + path?
Thanks
Jason
------------------
Is there an API call that verifies a drive + path?
Thanks
Jason
------------------
Declare Function MakeSureDir LIB "IMAGEHLP.DLL" Alias _ "MakeSureDirectoryPathExists" (lpDirName As Asciiz) As Long Function PbMain() As Long Dim RetVal As Long Dim DirPath As Asciiz*256 ' The trailing \ is necessary ' if the directory path does not exist, it will be created DirPath = "C:\murphy\test\temp\junk.jnk" RetVal = MakeSureDir(DirPath) end function
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment