在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用file
星标5
分支0
更新时间2026年6月27日 14:13
Kotlin class: java.io.File.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Kotlin class: java.io.File.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Kotlin class: org.example.vicky.agent.ChatCompletionRunner.
Kotlin class: org.example.vicky.agent.CompletionResult.
Kotlin object singleton: org.example.vicky.agent.InlineToolCallParser. Auto-injected into script scope.
Kotlin object singleton: org.example.vicky.agent.OpenAiToolSchemaBuilder. Auto-injected into script scope.
Kotlin class: org.example.vicky.io.OutboundMessage$TokenUsage.
Kotlin object singleton: kotlin.reflect.jvm.internal.impl.renderer.DescriptorRenderer$ValueParametersHandler$DEFAULT. Auto-injected into script scope.
| name | File |
| description | Kotlin class: java.io.File. |
Kotlin class. Create instances with new File(...) or File(...).
Full class: java.io.File
FS: FileSystem (static)path: Stringstatus: PathStatusprefixLength: intseparatorChar: char (static)separator: String (static)pathSeparatorChar: char (static)pathSeparator: String (static)UNSAFE: Unsafe (static)PATH_OFFSET: long (static)PREFIX_LENGTH_OFFSET: long (static)serialVersionUID: long (static)filePath: PathFile(arg0: String)File(arg0: String, arg1: String)File(arg0: URI)File(arg0: File, arg1: String)getName(): Stringequals(arg0: Object): booleanlength(): longtoString(): StringhashCode(): intisHidden(): booleancompareTo(arg0: File): intlist(): String[]list(arg0: FilenameFilter): String[]isAbsolute(): booleangetParent(): Stringdelete(): booleansetReadOnly(): booleancanRead(): booleangetPath(): StringtoURI(): URItoURL(): URLgetAbsolutePath(): Stringexists(): booleancreateNewFile(): booleanrenameTo(arg0: File): booleanisDirectory(): booleangetCanonicalPath(): StringgetAbsoluteFile(): Filemkdir(): booleangetCanonicalFile(): FilegetParentFile(): Filemkdirs(): booleansetWritable(arg0: boolean): booleansetWritable(arg0: boolean, arg1: boolean): booleansetReadable(arg0: boolean, arg1: boolean): booleansetReadable(arg0: boolean): booleansetExecutable(arg0: boolean, arg1: boolean): booleansetExecutable(arg0: boolean): booleanlistRoots(): File[]createTempFile(arg0: String, arg1: String): FilecreateTempFile(arg0: String, arg1: String, arg2: File): FilecanWrite(): booleanisFile(): booleanlastModified(): longdeleteOnExit(): voidlistFiles(arg0: FileFilter): File[]listFiles(arg0: FilenameFilter): File[]listFiles(): File[]setLastModified(arg0: long): booleancanExecute(): booleangetTotalSpace(): longgetFreeSpace(): longgetUsableSpace(): longtoPath(): Path