From 49480fd1cc43cad88bea216b4508ca6f8a19f313 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 16 Sep 2021 00:51:24 +0000 Subject: [CRON] sync translated content --- files/de/conflicting/web/api/file/name/index.html | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/de/conflicting/web/api/file/name/index.html (limited to 'files/de/conflicting') 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 +--- +

{{APIRef("File API")}}{{non-standard_header}}

+ +

{{deprecated_header(7.0)}}

+ +

Summary

+ +

Returns the name of the file. For security reasons the path is excluded from this property.

+ +
This property is deprecated. Use {{domxref("File.name")}} instead.
+ +

Syntax

+ +
var name = instanceOfFile.fileName
+ +

Value

+ +

A string

+ +

Specification

+ +

Not part of any specification.

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf