aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/api/file/name
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/ru/conflicting/web/api/file/name
parent5e48f8a9807acb369fa0228d16655fc044f4a17b (diff)
downloadtranslated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2
translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/conflicting/web/api/file/name')
-rw-r--r--files/ru/conflicting/web/api/file/name/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ru/conflicting/web/api/file/name/index.html b/files/ru/conflicting/web/api/file/name/index.html
new file mode 100644
index 0000000000..957bf8e41e
--- /dev/null
+++ b/files/ru/conflicting/web/api/file/name/index.html
@@ -0,0 +1,33 @@
+---
+title: File.fileName
+slug: conflicting/Web/API/File/name
+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>Возвращает имя файла. В целях безопасности путь исключён из этого свойства.</p>
+
+<div class="note">Это свойство исключено. Используйте вместо него  {{domxref("File.name")}}.</div>
+
+<h2 id="Синтаксис">Синтаксис</h2>
+
+<pre>var name = instanceOfFile.fileName</pre>
+
+<h2 id="Значение">Значение</h2>
+
+<p>Строка</p>
+
+<h2 id="Specification" name="Specification">Спецификация</h2>
+
+<p>Не является частью документации.</p>
+
+<h2 id="Смотреть_ещё">Смотреть ещё</h2>
+
+<ul>
+ <li>{{domxref("File.name")}}</li>
+</ul>