WriteFile writes data to a file with the given permission.
(path string, data []byte, perm fs.FileMode)
| 42 | CreateFile(path string) (afero.File, error) |
| 43 | // WriteFile writes data to a file with the given permission. |
| 44 | WriteFile(path string, data []byte, perm fs.FileMode) error |
| 45 | |
| 46 | // Chmod sets the permission mode bits on a path. |
| 47 | Chmod(path string, perm fs.FileMode) error |
no outgoing calls