diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/web/api/file/filename/index.html | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/web/api/file/filename/index.html')
| -rw-r--r-- | files/pt-pt/web/api/file/filename/index.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/files/pt-pt/web/api/file/filename/index.html b/files/pt-pt/web/api/file/filename/index.html deleted file mode 100644 index 0e0ee197ae..0000000000 --- a/files/pt-pt/web/api/file/filename/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -tags: - - API - - DOM - - Ficheiros - - File API - - Non-standard - - Obsoleto - - Propriedade - - Referencia -translation_of: Web/API/File/fileName ---- -<div>{{APIRef("File API")}}{{non-standard_header}} {{obsolete_header(7.0)}}</div> - -<p>Retorna o nome do ficheiro. Por razões de segurança o caminho é excluído desta propriedade.</p> - -<div class="note">Esta propriedade está obsoleta. Use antes {{domxref("File.name")}}.</div> - -<h2 id="Sintaxe">Sintaxe</h2> - -<pre class="syntaxbox notranslate">var <em>name</em> = <em>instanceOfFile</em>.fileName;</pre> - -<h3 id="Valor">Valor</h3> - -<p>Uma <em>string</em></p> - -<h2 id="Specification" name="Specification">Especificação</h2> - -<p>Não faz parte duma especificação.</p> - -<h2 id="Ver_também">Ver também</h2> - -<ul> - <li>{{domxref("File.name")}}</li> -</ul> |
