This will be used by the line editor library to derive a default path to
the history file.
I've verified that the Windows bits build (with a mingw64 cross compiler)
but I haven't actually tested them.
Differential D2199
Introduce llvm::sys::path::home_directory. pcc on Nov 17 2013, 2:55 AM. Authored by
Details
This will be used by the line editor library to derive a default path to I've verified that the Windows bits build (with a mingw64 cross compiler)
Diff Detail Event Timeline
Comment Actions SHGetFolderPath is Deprecated function, Microsoft suggests to use SHGetKnownFolderPath instead. http://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx In any case, the easy way to get the AppData directory is getenv("LOCALAPPDATA"). Comment Actions
|