How would I get the current user's folder? Example: "C:\Documents and Settings\Owner"
vb Code: Environment.GetEnvironmentVariable("USERPROFILE")
Environment.GetEnvironmentVariable("USERPROFILE")
My free .NET Windows API library (Version 2.2 Released 12/06/2011) Blog: cjwdev.wordpress.com Web: www.cjwdev.co.uk
Forum Rules