@.fs.linkFile()
APIFile
创建符号链接文件
调用方法
- (target, filePath, type) -> void
参数介绍
- target: String链接目标对象
- filePath: String需要创建的符号链接文件路径
- type: String符号链接类型:
"dir"
或者"file"
关联API
- @.fs()
- @.fs.appendBasename()
- @.fs.basename()
- @.fs.changeExtname()
- @.fs.changeRootPath()
- @.fs.copyFile()
- @.fs.deleteFile()
- @.fs.dirname()
- @.fs.exists()
- @.fs.extname()
- @.fs.fileLStats()
- @.fs.fileStats()
- @.fs.filename()
- @.fs.hash()
- @.fs.homePath()
- @.fs.isAbspath()
- @.fs.isExecutable()
- @.fs.isUnderDir()
- @.fs.listFiles()
- @.fs.makeDirs()
- @.fs.mime()
- @.fs.moveFile()
- @.fs.openFile()
- @.fs.openReadonlyFile()
- @.fs.pathScore()
- @.fs.posixOSPath()
- @.fs.readFile()
- @.fs.readLink()
- @.fs.realOSPath()
- @.fs.realpath()
- @.fs.relativePath()
- @.fs.resolvePath()
- @.fs.rootBasedPath()
- @.fs.scanFiles()
- @.fs.setFileLMode()
- @.fs.setFileMode()
- @.fs.setFileModifyTime()
- @.fs.setFileOwner()
- @.fs.standardizePath()
- @.fs.tempFile()
- @.fs.tempPath()
- @.fs.touchFile()
- @.fs.truncateFile()
- @.fs.watchFile()
- @.fs.winOSPath()
- @.fs.writeFile()