폴더 생성
*
Imports System.IO

Public Class Form1

Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Dim MyFolder As DirectoryInfo = New DirectoryInfo(TextBox1.Text)
If MyFolder.Exists Then
MsgBox("같은 이름의 폴더가 있습니다")
Else
MyFolder.Create()
End If
End Sub
End Class

 

 

myfolder.PNG

이 게시물을

댓글'1'

My.Computer.FileSystem.CreateDirectory("d:\dddddd")

이 댓글을

공유하기

SEARCH

MENU NAVIGATION