WritePrivateProfileStringのパス指定 – プログラミング – Home

通知
すべてクリア

[解決済] WritePrivateProfileStringのパス指定


ロキ
 ロキ
(@ロキ)
ゲスト
結合: 19年前
投稿: 5
Topic starter  

こんにちは
WritePrivateProfileStringでiniファイルのパス指定は
フルパスじゃないといけないのでしょうか?
相対パスを指定すると戻り値で0以外が返るので失敗している訳ではないと思うのですが
文字列が書き込まれません。
フルパスだと書き込まれます。
ソース
int a = WritePrivateProfileString(sec,key,0x00,INI.ini);
環境はwin200 vc.NETです。


引用未解決
トピックタグ
ゥ
 ゥ
(@ゥ)
ゲスト
結合: 20年前
投稿: 2
 

MSDNをよく読みましょう。

>If the lpFileName parameter does not contain a full path and file name for the
file, WritePrivateProfileString searches the Windows directory for the file. If
the file does not exist, this function creates the file in the Windows
directory.


返信引用
ロキ
 ロキ
(@ロキ)
ゲスト
結合: 19年前
投稿: 5
Topic starter  

ゥさん。ご返答有難うございます。
フルパスを指定しなかった場合、Windows ディレクトリ内でこのファイルを検索
するのですね。
失礼しました。


返信引用

返信する

投稿者名

投稿者メールアドレス

タイトル *

プレビュー 0リビジョン 保存しました
共有:
タイトルとURLをコピーしました