topic 1: golang file operation

1. kinds of operation

In general, there are several kinds of file operations as bellow.

(1)    Create file/folder, Open file,  Close file, Remove file/folder,  path

(2)    Read all data at a time; Write all data at a time;

(3)    Read Line,  read with cursor; write line, write with cursor

(4)    Read and write with buffer and without buffer

2. impliments

 The file operations of golang are implemented in package os.

(1)    Create file/folder, Open file,  Close file, Remove file/folder,  path

 

 

(2)    Read all data at a time; Write all data at a time;

(3)    Read Line,  read with cursor; write line, write with cursor

(4)    Read and write with buffer and without buffer

 

3. conclusion

本文来自:博客园

感谢作者:harrysun

查看原文:topic 1: golang file operation

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。