Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New File Dialog
#1
you know those really helpful dialogs for working with files (enumerate files; copy file; read write to file etc)? It would really be cool if you could build one for file attributes as well. something that'll give me quick and easy access to
  • name
    path
    time created
    modified
    accessed
    archive status
    size
#2
Ok, will be in 2.1.8.5.
#3
you know, i could...ummm...test it out for you... :wink:
#4
It is easy without dialog.

Code:
Copy      Help
Dir d.dir("$qm$\qm.exe")
out d.FileName(1)
out d.FileAttributes
;...
#5
Ahhh....the dir!
i was trying to get this "10:37:48 AM" from "d.TimeModified(0 0 mod)" but with the dir i was able to get to
Code:
Copy      Help
out a.time(d.TimeModified2 "%X")


thanks
#6
i dnt understand how this works im trying to get
time created
modified
accessed
of a qml file saved on desktop and i cnt get it to work.
The file i need info of will be the same macro that is running. so i can compare (time created and modified) to make sure setup file isnt a copy.
looked through about 15 posts and this is closest thing i found.
#7
sorry i checked everywhere except floating toolbar :oops: . Got it now thx.


Forum Jump:


Users browsing this thread: 1 Guest(s)