Get the creation date or modification date of a folder

 

Hi friends,

I'm looking for a way to get the creation date or modification date of a folder.

Is there any way to do so?

thanking in advance for your kind guidance

 
No idea?!
 
void OnStart()
{
  string FolderName = "Folder";
  
  Print((datetime)FileGetInteger(FolderName, FILE_MODIFY_DATE));
}
Reason: