R
RJ
Long time developer / total newbie @ C#.
I want to retrieve a list of files AND the file create date and load them
into an array for further processing…
I found the following which works well
Directory.GetFiles(sourceDir, "*.*"
But I can’t find anything similar to file and file create dates. Do I need
to retrieve the create dates one at a time (using foreach or for) based on
the results of GetFiles?
I want to retrieve a list of files AND the file create date and load them
into an array for further processing…
I found the following which works well
Directory.GetFiles(sourceDir, "*.*"
But I can’t find anything similar to file and file create dates. Do I need
to retrieve the create dates one at a time (using foreach or for) based on
the results of GetFiles?