Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大学作业,我必须创建一个函数来下载文件,但我将文件放在我使用闪存创建的交互式 cd 上的一个目录中。我该怎么做?
任何帮助表示赞赏。谢谢!
它是可用的空气。你必须使用一个File类。
File
参考以下代码。
var dir:File = File.userDirectory.resolvePath("MyDirectory"); dir.createDirectory();
更多信息:文件教程