diff options
Diffstat (limited to 'files/ko/web/api/file/size/index.html')
-rw-r--r-- | files/ko/web/api/file/size/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ko/web/api/file/size/index.html b/files/ko/web/api/file/size/index.html new file mode 100644 index 0000000000..eb133e801f --- /dev/null +++ b/files/ko/web/api/file/size/index.html @@ -0,0 +1,30 @@ +--- +title: File.size +slug: Web/API/File/size +translation_of: Web/API/File/size +--- +<p>{{APIRef("File API") }}</p> + +<h2 id="Summary">Summary</h2> + +<p>파일의 크기를 바이트 단위로 반환합니다.</p> + +<h2 id="Syntax">Syntax</h2> + +<pre>var size = <em>instanceOfFile</em>.size</pre> + +<h2 id="Value">Value</h2> + +<p>숫자</p> + +<h2 id="Specification">Specification</h2> + +<p>사양에 포함되지 않았습니다.</p> + +<h2 id="See_also">See also</h2> + +<ul> + <li>{{domxref("Blob.size")}}</li> +</ul> + +<p> </p> |