[VB] DirListBox 클래스 : Path 속성을 사용해 현재 디렉토리 설정하기 ■ DirListBox 클래스의 Path 속성을 사용해 현재 디렉토리를 설정하는 방법을 보여준다. ▶ 예제 코드 (VB) 예제 코드 (VB) Visual Basic pDirListBox1.Path = "c:\temp" 123 pDirListBox1.Path = "c:\temp" Advertisements