Version: 2020.1
언어: 한국어

DownloadHandlerFileConstructor

매뉴얼로 전환
public DownloadHandlerFile (string path);
public DownloadHandlerFile (string path, bool append);

파라미터

path Path to file to be written.
append When true, appends data to the given file instead of overwriting.

설명

Creates a new instance and a file on disk where downloaded data will be written to.

Throws an ArgumentException if a file cannot be created. If a path to a file in a non-existent directory is given, all required directories are created. If a file exists, it will be overwritten, unless in append mode. If a file doesn't exist, it is created regardless of append flag.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961