diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/file/mozfullpath | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/file/mozfullpath')
-rw-r--r-- | files/ja/web/api/file/mozfullpath/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/web/api/file/mozfullpath/index.html b/files/ja/web/api/file/mozfullpath/index.html new file mode 100644 index 0000000000..d0daa94b99 --- /dev/null +++ b/files/ja/web/api/file/mozfullpath/index.html @@ -0,0 +1,19 @@ +--- +title: File.mozFullPath +slug: Web/API/File/mozFullPath +tags: + - API + - File + - File API + - Files + - NeedsContent + - mozFullPath + - ファイル + - プロパティ + - リファレンス + - 非標準 +translation_of: Web/API/File/mozFullPath +--- +<p>{{APIRef("File API")}}{{draft}}{{Non-standard_header}}</p> + +<p><span class="seoSummary">{{domxref("File")}} インターフェイスに対する特権的な拡張として、<code><strong>mozFullPath</strong></code> プロパティには、表現されたファイルの絶対パス名が含まれます。</span> このプロパティはブラウザコード、または古いスタイルの XPCOM ベースの Firefox 拡張機能でのみ使用できます。Web コンテンツでは使用できません。</p> |