Go Package os: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Go_Language_Modularization#os|Standard library]] | * [[Go_Language_Modularization#os|Standard library]] | ||
* [[File Operations in Go#Overview|File Operations in Go]] | |||
=Overview= | =Overview= |
Revision as of 18:16, 25 August 2023
External
Internal
Overview
TO DEPLETE
External
Internal
Functions
os.Open()
Works with files and directories.
os.Create()
os.File
os.File Methods
FileInfo
FileInfo Methods
- Size()
os.Args
os.Args is a string slice that holds the command-line arguments, starting with the program name. For more details on how to use see: