#include <shlobj.h>
#include <string>
#include "langedge/pathname.hpp"
win_util.hppのインクルード依存関係図

ネームスペース | |
| namespace | langedge |
関数 | |
| bool | isPlatformWin32NT () |
| NT/2000/XP系かどうかの判定. | |
| std::string | getPersonalFolderPath () |
| 個人用フォルダ (マイドキュメント) のパスを得る. | |
| std::string | getAppDataFolderPath () |
| アプリケーションデータフォルダのパスを得る. | |
| std::string | getUserName () |
| ユーザ名を得る. | |
| std::string | getMyApplicationPath (HINSTANCE hInstance=0) |
| 実行中のアプリケーションやDLLのパスを返す. | |
| std::string | getAppDirectoryPath (HINSTANCE hInstance=0) |
| 実行中のアプリケーションやDLLのおかれているディレクトリのパスを返す. | |
|
|
NT/2000/XP系かどうかの判定.
|
|
|
個人用フォルダ (マイドキュメント) のパスを得る.
|
|
|
アプリケーションデータフォルダのパスを得る.
|
|
|
ユーザ名を得る.
|
|
|
実行中のアプリケーションやDLLのパスを返す.
|
|
|
実行中のアプリケーションやDLLのおかれているディレクトリのパスを返す.
|
1.4.2