System.IOUtils.TPath.GetDesktopPath

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function GetDesktopPath: string; static;

C++

static System::UnicodeString __fastcall GetDesktopPath();

プロパティ

種類 可視性 ソース ユニット
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath


説明

OS シェル デスクトップを表すディレクトリへのパスを返します。 フォルダが、アプリケーションが動作するシステムでサポートされていない場合やシステムに存在しない場合、この関数は代わりに空の文字列を返します。

  • Windows では、Windows デスクトップを表すユーザー固有の仮想フォルダを指します。
  • Posix プラットフォームでは、デフォルトで "~/Desktop" パスを指します。


関連項目