Files.FAR3.FAR3Archive.FAR3Archive C# (CSharp) Method

FAR3Archive() public method

public FAR3Archive ( string Path ) : System
Path string
return System
        public FAR3Archive(string Path)
        {
            m_Path = Path;
        }