<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/32384" title=".NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/32384/feed" title="Comments for .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert" />
<id>http://dn.codegear.com/article/32384</id>
<updated>2008-07-19T16:57:41-07:00</updated>
<entry>
<title>re: .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</title>
<author>
<name>Charlie Calvert</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=39557</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=39557</id>
<updated>2006-10-24T14:56:49-07:00</updated>
<published>2006-10-24T14:56:49-07:00</published>
<summary>re: .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</summary>
<content>The My business is mostly a VB thing, but you can use it by checking out the code found here:http://www.codeproject.com/useritems/MyNamespace.asp</content>
</entry>
<entry>
<title>re: .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</title>
<author>
<name>Charlie Calvert</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36829</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36829</id>
<updated>2004-06-03T16:00:59-07:00</updated>
<published>2004-06-03T16:00:59-07:00</published>
<summary>re: .NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</summary>
<content>Thanks Brian. Our mutual friend Adam Anderson correctly suspected something like that must be the case, but neither of us knew exactly where to look. You nailed it. Thanks for the info.</content>
</entry>
<entry>
<title>.NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</title>
<author>
<name>Alisdair Meredith</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36824</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36824</id>
<updated>2004-06-02T10:21:23-07:00</updated>
<published>2004-06-02T10:21:23-07:00</published>
<summary>.NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</summary>
<content>The next .NET framework has an new take on this, with the 'My' namespace for find information about My.Computer, My.User etc.Unfortunately examples at the following link are all in VB, but should translate to any .NET enabled language such as C# or Delphi.http://msdn.microsoft.com/netframework/archive/default.aspx?pull=/msdnmag/issues/04/05/visualbasic2005/default.aspx</content>
</entry>
<entry>
<title>.NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</title>
<author>
<name>Brian Long</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=36814</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=36814</id>
<updated>2004-06-01T02:54:04-07:00</updated>
<published>2004-06-01T02:54:04-07:00</published>
<summary>.NET tip: Getting the Users Home, Temp or My Documents Directory by Charlie Calvert</summary>
<content>You asked if there was a pattern to the values of the SpecialFolder enumeration. The values of all the members match exactly the values of the corresponding CSIDL constants used by SHGetSpecialFolderLocation.You can see the Win32 version of the enumeration, kinda (listed alphabetically, rather than numerically), at http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/enums/csidl.asp.Environment.GetFolderPath is a managed version of SHGetSpecialFolderLocation</content>
</entry>
</feed>
