package
0.0.0-20240513190655-2e7e865f817b
Repository: https://github.com/matthiasbruns/go-school.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Task
Do not use os/exec!
Use os.Open(dirPath)
to get a file pointer to a directory
Use the file pointer with File.Readdir
- Log the names of the contents of the folder
- Get information like permission from the FileInfo