當用 Go 操作檔案的時候,很常會用到 os.OpenFile 讀寫檔案,而其中最後一參數 perm FileMode 所代表的含意對於 Windows 使用者來說肯定是黑人問號,例如下列範例,傳入 os.FileMode(0660) 代表什麼意思?

1
os.OpenFile("file.txt", os.O_CREATE|os.O_WRONLY|os.O_APPEND, os.FileMode(0660))

如果你也有同樣的困惑,今天這篇文章就是來解答其背後的意義,就讓我們開始吧。

Continue reading
  • page 1 of 1
Author's picture

Miles

I’m a person who is enthusiastic about Coding, and that’s my job by the way.


Web Developer


Taiwan