Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invoke the properties window of an file/folder path
#1
If you have the path of an file/folder like this
str p="c:\test.txt"

Is it possible to invoke it's properties window just like you would right clicking it and selecting properties?
It's the properties window that with the tabs: Generl, Security, Details,... (this window)
#2
In dialog "Run program" field "Verb" select "properties".

Macro Macro3100
Code:
Copy      Help
run "c:\test.txt" "" "properties" "" 0x40000
#3
Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)