Jump to content

yet another hidden files


Recommended Posts

hi,

I tried to make a script which allowed to toggle visible files/folders to hide.

I test with @DesktopDir like this,

FileSetAttrib(@DesktopDir & "\*.*", "+H")

...so all the files/folders on the desktop will be hidden but when I want to make it visible again like this,

FileSetAttrib(@DesktopDir & "\*.*", "-H")

All the files/folders including desktop.ini will be visible and the desktop.ini always startup when logging in pc which is frustrating.

Any advice?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...