1234567891011121314 |
- package hidden
- /*
- Arozos hidden module
- author: tobychui
- No, the name didn't mean you can't find this module
- Yes, this is actually a module that use to hide files
- */
- func HideFile(folderpath string) error {
- return hide(folderpath)
- }
|