Thumbnail of post image 120

Windows API

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

Thumbnail of post image 025

Windows API

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

Thumbnail of post image 040

Windows API

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

Thumbnail of post image 096

Windows API

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

Thumbnail of post image 162

Windows API

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

Thumbnail of post image 058

Windows API

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

Thumbnail of post image 057

Windows API

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

Thumbnail of post image 023

Windows API

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

Thumbnail of post image 113

Windows API

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

Thumbnail of post image 127

Windows API

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