Horje
C# fileinfo creation date Code Example
C# fileinfo creation date
DateTime creation = File.GetCreationTime(@"C:\test.txt");
DateTime modification = File.GetLastWriteTime(@"C:\test.txt");




Csharp

Related
entity framework with query c# Code Example entity framework with query c# Code Example
dotween sequence Code Example dotween sequence Code Example
cmd move directory to another directory Code Example cmd move directory to another directory Code Example
c# nullable generic Code Example c# nullable generic Code Example
c# async constructor Code Example c# async constructor Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9