hidden.go 241 B

1234567891011121314
  1. package hidden
  2. /*
  3. Arozos hidden module
  4. author: tobychui
  5. No, the name didn't mean you can't find this module
  6. Yes, this is actually a module that use to hide files
  7. */
  8. func HideFile(folderpath string) error {
  9. return hide(folderpath)
  10. }