Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hidden folder
#1
Sorry for the basic question when using mkdir how do you go about making the folder hidden "invisible" and then viewable when enabled?sorry if this has been posted before i tried search but came back with no results.

Thanks
VεRiTλS
#2
Macro
Code:
Copy      Help
key Wd
str f="$desktop$\test40223"
mkdir f
2
SetAttr f FILE_ATTRIBUTE_HIDDEN 1 ;;hide
3
SetAttr f FILE_ATTRIBUTE_HIDDEN 2 ;;unhide
#3
Gintaras Wrote:Macro
Code:
Copy      Help
key Wd
str f="$desktop$\test40223"
mkdir f
2
SetAttr f FILE_ATTRIBUTE_HIDDEN 1 ;;hide
3
SetAttr f FILE_ATTRIBUTE_HIDDEN 2 ;;unhide

Thanks Gintaras! much appreciated.
VεRiTλS


Forum Jump:


Users browsing this thread: 1 Guest(s)