简体   繁体   English

将文件保存在 Atom 文本编辑器文件夹中

[英]Saving a File in an Atom Text Editor Folder

This is my first time on stack overflow.这是我第一次遇到堆栈溢出。 I am a beginner python coder and I use the Atom text editor.我是初学者 python 编码器,我使用 Atom 文本编辑器。 I am currently learning from a book called PythonCrashCourse by Eric Matthes (second edition) and is developing a practice-project called Alien Invasion.我目前正在从 Eric Matthes 的一本名为 PythonCrashCourse 的书(第二版)中学习,并且正在开发一个名为 Alien Invasion 的实践项目。 I am currently stuck on saving a file of a spaceship image into a folder named "images" within my text editor.我目前坚持将宇宙飞船图像的文件保存到我的文本编辑器中名为“图像”的文件夹中。 I have an ASUS chromebook.我有一个华硕 chromebook。 The file I am trying to save is called ship.bmp and the book instructions say "Make a folder called images inside your main alien_invasion project folder. Save the file ship.bmp in the images folder."我要保存的文件名为 ship.bmp,书上的说明说“在您的主外星人入侵项目文件夹中创建一个名为 images 的文件夹。将文件 ship.bmp 保存在 images 文件夹中。” I have the ship.bmp file saved but I just don't know how to transport it into a file within my text editor "images" folder.我保存了 ship.bmp 文件,但我只是不知道如何将它传输到我的文本编辑器“图像”文件夹中的文件中。 I have been stuck on this for quite a while and I would really appreciate it if someone could give me some advice.我已经坚持了很长一段时间,如果有人能给我一些建议,我将不胜感激。 Thanks!谢谢!

First of all you need to have the ship.bmp file downloaded somewhere on your computer.首先,您需要将ship.bmp文件下载到计算机的某个位置。 You then would need to move it into your project folder .然后,您需要将其移动到您的项目文件夹中。 I think that the easiest way for you to navigate through the files you have is to go to your "Files" app in the Chromebook.我认为浏览您拥有的文件的最简单方法是将 go 转到 Chromebook 中的"Files"应用程序。 You should look through your Downloads folder for the ship.bmp after you download it and manually move it into the project folder that you are working on.下载ship.bmp后,您应该查看您的Downloads文件夹并手动将其移动到您正在处理的项目文件夹中。 You should be able to open your project folder and place the ship.bmp file inside the "images" folder .您应该能够打开您的项目文件夹并将ship.bmp文件放在“images”文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM