Posts: 1,769
Threads: 410
Joined: Feb 2003
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
Posts: 12,073
Threads: 140
Joined: Dec 2002
Posts: 1,769
Threads: 410
Joined: Feb 2003
you know, i could...ummm...test it out for you... :wink:
Posts: 12,073
Threads: 140
Joined: Dec 2002
It is easy without dialog.
Dir d.dir("$qm$\qm.exe")
out d.FileName(1)
out d.FileAttributes
;...
Posts: 1,769
Threads: 410
Joined: Feb 2003
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
out a.time(d.TimeModified2 "%X")
thanks
Posts: 160
Threads: 43
Joined: Sep 2007
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.
Posts: 160
Threads: 43
Joined: Sep 2007
sorry i checked everywhere except floating toolbar :oops: . Got it now thx.