# Project

Project面板的相关操作

Kind: global class

# project.locateProjectFileByPath(filePath)

通过文件路径,在 Project 窗口中定位到某一个文件

Kind: instance method of Project

Param Type Description
filePath String 文件路径,相对于 assets/ 目录

# project.openFileBySystemProgram(filePath)

在操作系统的文件系统中打开某个文件

Kind: instance method of Project

Param Type Description
filePath String 文件路径,相对于 assets/ 目录

# project.openFileBySystemDefaultProgramFromProjectPath(filePath)

在操作系统的默认程序打开某个文件

Kind: instance method of Project

Param Type Description
filePath String 文件路径,相对于项目根目录