package
Version:
v4.3.0
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package file contains functions for working with files and directories on the local filesystem
Read the contents of the referenced file, as a string.
Deprecated: (as of 4.0.0) use [io/fs#ReadFile] instead
ReadDir gets a directory listing.
Deprecated: (as of 4.0.0) use [io/fs#ReadDir] instead
Write the given content to the file, truncating any existing file, and
creating the directory structure leading up to it if necessary.
Deprecated: (as of 4.0.0) use [os#WriteFile] instead
Source Files
¶
Click to show internal directories.
Click to hide internal directories.