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