File, FileInfo
2021.03.08
docs.microsoft.com/ko-kr/dotnet/api/system.io.fileinfo?view=net-5.0 FileInfo Class (System.IO) Provides properties and instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of FileStream objects. This class cannot be inherited. docs.microsoft.com File과 FileInfo는 각각 System.IO에서 지원해준다. 두가지의 가장 큰 차이점은 File은 static 매서드 이고 FileInfo는 instance 매서드이..