Results 1 to 3 of 3

Thread: making a file hidden

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    17

    Question

    can anyone tell me how I can make a file I create hidden?

    cheers big ears!

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Location
    Montreal, QC
    Posts
    24

    Lightbulb

    Hello Bazza,

    This may not be the most efficient way, but I believe you can try this:
    Code:
    Shell "Attrib +H C:\Whatever.ext"
    Hope it helps

    JMik

  3. #3
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Code:
    SetAttr(File,vbHidden)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width