aboutsummaryrefslogtreecommitdiff
path: root/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/xpinstall_api_reference/file_object/methods/remove/index.html')
-rw-r--r--files/ja/xpinstall_api_reference/file_object/methods/remove/index.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html b/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html
deleted file mode 100644
index 82bf34a88b..0000000000
--- a/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: remove
-slug: XPInstall_API_Reference/File_Object/Methods/remove
-translation_of: Archive/Mozilla/XPInstall/Reference/File_Object/Methods/remove
----
-<h2 id="Summary" name="Summary">概要</h2>
-
-
-<p>指定ファイルを削除します。</p>
-
-
-<h3 id="Method_of" name="Method_of">Method of</h3>
-<p><a href="/ja/docs/XPInstall_API_Reference/File_Object">File</a> オブジェクト</p>
-
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="syntaxbox">int remove( FileSpecObject file )
-</pre>
-
-
-<h3 id="Parameters" name="Parameters">引数</h3>
-
-<dl>
- <dt><code>file</code></dt>
- <dd>削除対象のファイルを表す <code>FileSpecObject</code></dd>
-</dl>
-
-
-<h3 id="Returns" name="Returns">戻り値</h3>
-<p>整数値のエラーコード。値については "<a href="/ja/docs/XPInstall_API_Reference/Return_Codes">Return Codes</a>" をご覧下さい。</p>