class12 Directory 클래스를 이용한 새로운 디렉토리 생성 및 삭제 2009. 4. 22. how to delete, move directory Today, we learn how to delete a directory and move. when your program must delete a directory and the files the directory contains. In such cases, you just use the Directory class Delete method. To delete a directory and, optionally, the files and subdirectories the directory contains, invoke the Delete method with the directory name and the value True like Directory.Delete("DirectoryName", True.. 2008. 6. 30. How to use Directory Class to make a new directory How to use Directory Class to make a new directory Public NotInheritable Class Directory Inherits System.IO The Directory class is a static class, which means you do not have to create an instance of a Directory class object in order to use the class methods. You just use the class. The following program, I used to directory class Exists method to determine if the specified directory exists. If .. 2008. 6. 30. using MyBase Hello, everyone. nice day, isn't it? This time , I'll explain how to use MyBase Class. MyBase Provides a way to refer to the base class of the current class instance. MyBase.New is used to explicitly call a base class constructor from a derived class constructor. In the derived-class constructor, the call to the base-class constructor must be the first statement. Otherwise, Visual Basic .NET wil.. 2008. 6. 25. 이전 1 2 3 다음