my question is..
when user entering a date and i need my program to create a file in that date or name ??

how i can implement this ???

example...

FileStream fs = new FileStream("fil ename.txt",File Mode.OpenOrCrea te);

in this..

in " filename " i need to pass one string as " user input " for file name..

wat should i do???...