https://github.com/halkyon/go-hiding-files-windows
A quick example setting the hidden file attribute on Windows using Golang.
https://github.com/halkyon/go-hiding-files-windows
files go hiding windows
Last synced: 6 months ago
JSON representation
A quick example setting the hidden file attribute on Windows using Golang.
- Host: GitHub
- URL: https://github.com/halkyon/go-hiding-files-windows
- Owner: halkyon
- Created: 2020-02-18T21:33:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T22:47:54.000Z (over 5 years ago)
- Last Synced: 2025-03-24T02:28:29.362Z (7 months ago)
- Topics: files, go, hiding, windows
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
A quick example on using Golang to set the hidden file attribute on a file.
On other systems, the file is renamed to prefix `.` instead.