File ??? ???????????????

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了File ??? ???????????????相关的知识,希望对你有一定的参考价值。

?????????adk   users   ??????   write   read   user   key   top   ????????????   

    //  File ??????????????????
             //??????????????????
            // File.Create(@"C:\Users\wbrm\Desktop\wbrm.txt");  //????????????
            //Console.WriteLine("????????????");
            //Console.ReadKey();

            //?????????????????? ????????????
            // File.Delete(@"C:\Users\wbrm\Desktop\wbrm.txt");//????????????
            //Console.WriteLine("????????????");
            //Console.ReadKey();
            //1024byte=1kb
            //1024kb=1M
            //1024M=1G
            //1024G=1T
            //1024T=1PT

            //??????????????????
            // File.Copy((@"C:\Users\wbrm\Desktop\wbrm.txt"), (@"C:\Users\wbrm\Desktop\rm.txt"));
            //Console.WriteLine("????????????");
            //Console.ReadKey();


            //??????
            File.Move((@"C:\Users\wbrm\Desktop\wbrm.txt"), (@"C:\Users\wbrm\Desktop\wm.txt"));
            Console.WriteLine("????????????");
            Console.ReadKey();

以上是关于File ??? ???????????????的主要内容,如果未能解决你的问题,请参考以下文章

实现类似tail -f file功能

tail -f 报错 file truncated

File

pickle 两个使用小方法

java File类-递归遍历目录结构和树状展现

python 文件写入