deno.maketempoptions
继承关系
- MakeTempOptions
索引
Properties
Properties
Optional dir
dir: string
指定在哪里创建临时文件夹(默认为环境变量 TMPDIR 或者是系统默认目录,ps:通常是 /tmp)。
Directory where the temporary directory should be created (defaults to the env variable TMPDIR, or the system’s default, usually /tmp).
Optional prefix
prefix: string
临时文件夹名前缀。
String that should precede the random portion of the temporary directory’s name.
Optional suffix
suffix: string
临时文件夹名后缀。
String that should follow the random portion of the temporary directory’s name.
图例说明
- Property
本文档使用 TypeDoc 生成。