3 lines
86 B
Text
3 lines
86 B
Text
Function getModDate(f As FolderItem) As Date
|
|
Return f.ModificationDate
|
|
End Function
|