aboutsummaryrefslogtreecommitdiff
path: root/files/de/conflicting
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-16 00:51:24 +0000
committerMDN <actions@users.noreply.github.com>2021-09-16 00:51:24 +0000
commit49480fd1cc43cad88bea216b4508ca6f8a19f313 (patch)
tree42dedfeedfeb79d08912b974e6f3fa871b2a44d3 /files/de/conflicting
parent5e48f8a9807acb369fa0228d16655fc044f4a17b (diff)
downloadtranslated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip
[CRON] sync translated content
Diffstat (limited to 'files/de/conflicting')
-rw-r--r--files/de/conflicting/web/api/file/name/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/de/conflicting/web/api/file/name/index.html b/files/de/conflicting/web/api/file/name/index.html
new file mode 100644
index 0000000000..af385a0406
--- /dev/null
+++ b/files/de/conflicting/web/api/file/name/index.html
@@ -0,0 +1,36 @@
+---
+title: File.fileName
+slug: conflicting/Web/API/File/name
+tags:
+ - DOM
+ - Files
+translation_of: Web/API/File/fileName
+original_slug: Web/API/File/fileName
+---
+<p>{{APIRef("File API")}}{{non-standard_header}}</p>
+
+<p>{{deprecated_header(7.0)}}</p>
+
+<h2 id="Summary">Summary</h2>
+
+<p>Returns the name of the file. For security reasons the path is excluded from this property.</p>
+
+<div class="note">This property is deprecated. Use {{domxref("File.name")}} instead.</div>
+
+<h2 id="Syntax">Syntax</h2>
+
+<pre>var name = instanceOfFile.fileName</pre>
+
+<h2 id="Value">Value</h2>
+
+<p>A string</p>
+
+<h2 id="Specification" name="Specification">Specification</h2>
+
+<p>Not part of any specification.</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li>{{domxref("File.name")}}</li>
+</ul>