Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working with Dir and .TimeModified
#1
Is it possible to have either Dir.TimeModified or Dir.TimeModified2 return a date in DateTime class rather than DATE class?

If not, is there any way to convert something in DATE class to string class?

If I could do the latter, I could work around the former.
#2
Macro Macro1709
Code:
Copy      Help
Dir d.dir("$qm$\qm.exe")
DateTime x

x=d.TimeModified ;;the function returns long in same format as DateTime
out x.ToStr


Forum Jump:


Users browsing this thread: 1 Guest(s)