Thumbnail of post image 022

Windows API

FindFirstFileやFindNextFileといった関数を使用するとファイルを列挙 ...

Thumbnail of post image 062

Windows API

ハードディスクなどの書き込み可能なメディアにはボリュームラベルという 名前をつけることが出 ...

Thumbnail of post image 168

Windows API

隠しファイルや読み取り専用ファイルなどの特殊ファイルというものがあります。これらのファイル ...

Thumbnail of post image 010

Windows API

ログファイルなどプログラムの実行中に他のプロセスから変更されると都合の悪いファイルがありま ...

Thumbnail of post image 188

Windows API

フォルダの作成と削除についての基本的な方法について習得します。 権限関係の細かい部分につい ...

Thumbnail of post image 183

Windows API

ウィルス対策ソフトくらいしか使い道が無い気がしますが、与えたファイルが実行ファイルか通常の ...

Thumbnail of post image 048

Windows API

ファイル名からファイルサイズを取得したい場合に使用します。残念ながら「GetFileSiz ...

Thumbnail of post image 141

Windows API

あるフォルダが存在するか?ファイルが実際の存在するのかを判定する必要があるときは、とても多 ...

Thumbnail of post image 038

Windows API

ログの出力時など、日時の情報を文字列で欲しい場合に便利に使える関数です。時刻を取得するAP ...

Thumbnail of post image 014

Windows API

CPUの機能を取得するときに使う関数がIsProcessorFeaturePresentで ...