[PATCH] Introduce llvm::sys::path::home_directory.
David Majnemer
david.majnemer at gmail.com
Sun Nov 17 12:11:08 PST 2013
On Sun, Nov 17, 2013 at 10:46 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> SHGetFolderPath is Deprecated function, Microsoft suggests to use
> SHGetKnownFolderPath instead.
>
>
> http://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx
Can't use that, LLVM still needs to work on XP.
> In any case, the easy way to get the AppData directory is
> getenv("LOCALAPPDATA").
>
> http://llvm-reviews.chandlerc.com/D2199
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131117/4b8600ee/attachment.html>
More information about the llvm-commits
mailing list