用createdirectory建立資料夾 (轉)
用createdirectory建立夾。(原創)
Private Sub Command1_Click()
Private Declare Function CreateDirectory Lib "kernel32" Alias "CreateDirectoryA" (ByVal lpPathName As String, lpSecurityAttributes As SECURITY_ATTRIBUTES) As Long
Dim attribut As SECURITY_ATTRIBUTES
attribut.nLength = Len(attribut)
attribut.lpSecurityDescriptor = &O0
attribut.bInheritHandle = False
Dim counter As Long
Dim tnew As String
Dim onew As String
Dim i As Long
Dim lnew As Long
Dim tx As String
Dim mi As String
Dim minstra As Long
Dim a As String
a = InputBox("請輸入要建立的資料夾名", "建立資料夾名")
counter = 0
If Right(a, 1) <> "" Then
a = a & ""
End If
lnew = Len(a)
For i = 1 To lnew
tx = Left(a, i)
If Len(tx) > 3 Then
mi = Right(tx, 1)
If mi = "" Then
Call CreateDirectory(tx, attribut)
End If
End If
Next i
end sub
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-992012/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Qt 選擇資料夾、建立資料夾以及建立檔案QT
- laravel 建立資料夾Laravel
- mkdir() 建立資料夾
- php 建立資料夾PHP
- java 建立資料夾Java
- java建立資料夾Java
- php中如何建立資料夾PHP
- 批量建立指定名稱資料夾
- NAS加密資料夾建立和使用教程加密
- 利用java建立檔案或者資料夾Java
- 關於require('mkdirp')建立資料夾UI
- linux下建立、刪除資料夾Linux
- 必須先建立資料夾再建立檔案嗎
- MFC下判斷資料夾是否存在,如不存在則建立資料夾
- NAS上如何建立和使用加密資料夾?加密
- git 命令建立一個資料夾目錄Git
- git針對指定資料夾建立版本庫Git
- 超簡單的批量建立資料夾方法
- Android建立資料夾及檔案並寫入資料Android
- FileUtils類建立、刪除檔案及資料夾
- windows下建立日期為資料夾名的命令Windows
- 瀏覽資料夾中的圖片(用VB實現) (轉)
- Chromebook資料夾應用新功能Chrome
- 【轉】[C#] 重新命名資料夾C#
- 如何在鐵威馬NAS上建立共享資料夾
- hadoop 資料夾檔案的建立與刪除Hadoop
- 使用node中fs模組建立和刪除資料夾
- 用批處理自動建立A-Z共26個空資料夾的命令
- 用vb操作檔案或資料夾
- asp.net 遞迴刪除資料夾及其子資料夾和所有檔案[轉]ASP.NET遞迴
- 個性化資料夾圖示(VB) (轉)
- 根下的資料夾的含義(轉)
- 用XML資料島建立上下文選單 (轉)XML
- 用VC程式來建立SQL Server ODBC資料來源 (轉)C程式SQLServer
- recovery資料夾可以刪除嗎 win10的recovery資料夾有什麼用Win10
- 【轉】RMAN建立duplicate資料庫資料庫
- 為資料庫建立索引(轉)資料庫索引
- 手工建立oracle資料庫(轉)Oracle資料庫