aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/file/filename/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-pt/web/api/file/filename/index.html')
-rw-r--r--files/pt-pt/web/api/file/filename/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/files/pt-pt/web/api/file/filename/index.html b/files/pt-pt/web/api/file/filename/index.html
new file mode 100644
index 0000000000..0e0ee197ae
--- /dev/null
+++ b/files/pt-pt/web/api/file/filename/index.html
@@ -0,0 +1,37 @@
+---
+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>