|
tools
|
ファイルシステム補助ユーティリティ(Windows) [詳解]
#include <string>#include <shobjidl.h>#include <shlguid.h>#include <objbase.h>#include <yy981/proc.h>名前空間 | |
| namespace | yfs |
| yy981 ファイルシステムユーティリティ用名前空間 | |
関数 | |
| std::string | yfs::resolveShortcut (const std::string &lnkPath) |
| Windows ショートカット (.lnk) ファイルのリンク先パスを解決する | |
| int | yfs::start (const std::string app, std::string arg="", const bool wait=false, const std::string &cd="") |
| アプリケーションを起動する(.lnk ショートカット対応) | |
ファイルシステム補助ユーティリティ(Windows)
Windows Shell API を用いた .lnk ショートカットの解決と、 ショートカット対応のアプリ起動機能を提供します。
fs.h に定義があります。