aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web
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/web
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/web')
-rw-r--r--files/ru/web/api/file/filename/index.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/files/ru/web/api/file/filename/index.html b/files/ru/web/api/file/filename/index.html
deleted file mode 100644
index 6b236d1cf1..0000000000
--- a/files/ru/web/api/file/filename/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: File.fileName
-slug: Web/API/File/fileName
-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>Возвращает имя файла. В целях безопасности путь исключён из этого свойства.</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>