Exemplo n.º 1
0
        public void TestFileCommon()
        {
            string file_path = @"F:\project\FileTransfer\Test\example.txt";

            Assert.IsTrue(FileCommon.GetSize(file_path) > 0);
        }