who to get window directory path programatically?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
who to get window directory path programatically? r00d0034@yahoo.com
-
who to get window directory path programatically? r00d0034@yahoo.com
Look at System.Environment
I don't know whether it's just the light but I swear the database server gives me dirty looks everytime I wander past. -Chris Maunder Microsoft has reinvented the wheel, this time they made it round. -Peterchen on VS.NET
-
who to get window directory path programatically? r00d0034@yahoo.com
Try this: FileInfo file = new FileInfo(Environment.CurrentDirectory); all the best, ===================== http://wasp.elcat.kg