Downloading code into a usb/flash drive?

is there a way to download the code from vex v5 pro into a usb or flash drive? How do I do it? is it even worth it to do so?

I would recommend downloading your code to a USB or flash drive. It would allow to access the code from multiple devices(If you want though you can usually do the same thing with google drive). If you want to transfer files it is usually easy to access the file path of your code project(I think if you left click the main folder of the project, you may be able to access the file path. If not, try going to the file menu in the top left), and then copy it to the USB/flash drive’s directory.

1 Like

Wanted to clarify for the OP with pictures.



When you are here, Ctrl + A, Ctrl + C.
Create a new folder in your usb drive for your code
Ctrl + V into the folder.
Now, if you want to access it, open [filename].v5code in Vexcode Pro V5.
Hope this helps!

3 Likes

If you are trying to share code between team members, I highly recommend learning how to use GitHub as it can simplify multiple people working on the code and accessing it from remote locations in addition to saving version history.

5 Likes