VB中使用API创建深层目录(建立多层文件夹)
发布时间:2020-12-16 23:17:40 所属栏目:大数据 来源:网络整理
导读:Private Declare Function MakeSureDirectoryPathExists Lib "imagehlp.dll" (ByVal DirPath As String) As Long Private Sub Form_Load() MakeSureDirectoryPathExists "c:/a/b/c/d/" End Sub
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |