0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

c++ builder > fileIO > ForceDirectories() > 非推奨になっています

Last updated at Posted at 2015-09-27
動作確認
C++ Builder XE4

XE4のヘルプでForceDirectories()関連を見た時にVcl.FileCtrl.ForceDirectoriesのヘルプが見つかり、その中で以下の文面が気になった。

警告: ForceDirectories は非推奨になっています。System.SysUtils を使用してください。

ForceDirectories()は使えないのか、と思っていたら、System.SysUtils.ForceDirectoriesの方を使えばいいとのこと。

上記の警告文は正しくは以下の意味なのだろう。

警告: Vcl.FileCtrl.ForceDirectories は非推奨になっています。System.SysUtils.ForceDirectories を使用してください。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?