VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create a multi-level directory structure using CreateDirectory API call

Anonymous  (267 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Wed 1st September 1999   Mon 8th February 2021

Create a multi-level directory structure using CreateDirectory API call

API Declarations



nLength As Long
lpSecurityDescriptor As Long
bInheritHandle As Long
End Type

Private Declare Function CreateDirectory Lib "kernel32" Alias "CreateDirectoryA" (ByVal lpPathName As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long


Rate Create a multi-level directory structure using CreateDirectory API call (3(3 Vote))
Create a multi-level directory structure using CreateDirectory API call.bas

Create a multi-level directory structure using CreateDirectory API call Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters