I am aware that linux has timestamp info available to prog. langs. which is very handy.
I m developing a program and i need to append date time to the created file. and it should be unique.
Later on I want to parse the files, but i want to parse the latest one only.
Is there such option in .net like timestamp in *nix systems?
Any examples out there?
Thanks.