tools
読み取り中…
検索中…
一致する文字列を見つけられません
fs.h ファイル

ファイルシステム補助ユーティリティ(Windows) [詳解]

#include <string>
#include <shobjidl.h>
#include <shlguid.h>
#include <objbase.h>
#include <yy981/proc.h>
fs.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 に定義があります。