C# 클래스 csCommon.Utils.IO.FileLocation

C# uses strings for files everywhere. We need to be able to distinguish between strings and files, however. Therefore, we created this class. TODO This may be replacable by, e.g., an URI or URL class that is already present. Or, we could add whether files are local or remote.
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
FileLocation ( string locationString ) : System
ToString ( ) : string

메소드 상세

FileLocation() 공개 메소드

public FileLocation ( string locationString ) : System
locationString string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string