기타 [vb.net] 파일 삭제 File.Delete / Directory.Exists
페이지 정보
본문
Dim Desktop As String = System.Environment.GetFolderPath(Environment.SpecialFolder.Desktop) Desktop = String.Concat(Desktop, "\program1472.com") Desktop &= "\" If Directory.Exists(Desktop) Then For Each str As String In My.Computer.FileSystem.GetFiles(Desktop, FileIO.SearchOption.SearchAllSubDirectories, "*.*") File.Delete(str) Next End If |
- 이전글[vb.net] 암호 키생성 및 암호화 복호화 19.10.08
- 다음글[vb.net] (펌) RichTextBox 컨트롤의 속성 및 메소드 19.10.07
댓글목록
등록된 댓글이 없습니다.