diff options
Diffstat (limited to 'files/de/web')
-rw-r--r-- | files/de/web/api/blob/size/index.html (renamed from files/de/web/api/file/filesize/index.html) | 3 | ||||
-rw-r--r-- | files/de/web/api/file/filename/index.html | 35 |
2 files changed, 2 insertions, 36 deletions
diff --git a/files/de/web/api/file/filesize/index.html b/files/de/web/api/blob/size/index.html index 0c91c5f739..f4d832f944 100644 --- a/files/de/web/api/file/filesize/index.html +++ b/files/de/web/api/blob/size/index.html @@ -1,11 +1,12 @@ --- title: File.fileSize -slug: Web/API/File/fileSize +slug: Web/API/Blob/size tags: - DOM - Files - Property translation_of: Web/API/File/fileSize +original_slug: Web/API/File/fileSize --- <p>{{APIRef("File API") }}{{non-standard_header}}</p> diff --git a/files/de/web/api/file/filename/index.html b/files/de/web/api/file/filename/index.html deleted file mode 100644 index 7dbf4f7559..0000000000 --- a/files/de/web/api/file/filename/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -tags: - - DOM - - Files -translation_of: 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> |