openfl项目目录在哪里?
Where is openfl project directory?
他们在教程中说
Open the "Source/Main.hx" file in the editor of your choice. It should look something like this:
但我不知道那个文件在哪里?
在 Windows 上,如果您 运行 "openfl create project HelloWorld" 并且 cmd 指向
C:\Users\YOUR_USERNAME\
,项目目录将为 C:\Users\YOUR_USERNAME\HelloWorld\Source\Main.hx
这取决于您 运行 该命令时 cmd 中的目录。
他们在教程中说
Open the "Source/Main.hx" file in the editor of your choice. It should look something like this:
但我不知道那个文件在哪里?
在 Windows 上,如果您 运行 "openfl create project HelloWorld" 并且 cmd 指向
C:\Users\YOUR_USERNAME\,项目目录将为
C:\Users\YOUR_USERNAME\HelloWorld\Source\Main.hx这取决于您 运行 该命令时 cmd 中的目录。