where is all project files

Hello all.
I am new to the web create arduino.
I write a main project with setup and loop. I compile it and it pass. In the pass all the project was on my computer, with the lab and the .ioi files. Now I don't know where it is store and how can I get to the project folder.
If I want to add a c files or h file.
How it is manage with the web?
Thanks Bar.

If you're using the Arduino Web Editor, the files are stored in the cloud. They may have been on your computer when you imported them to the Arduino Web Editor, but its the copy of those files on the Arduino Web Editor server that are being compiled and saved to as you edit.

barstrauss:
If I want to add a c files or h file.
How it is manage with the web?

Assuming you want to add those files to your sketch:

  • Click the downward pointing triangle button on the right side of the tab bar.
  • Select "Import file into sketch" if you want to add an existing file from your computer or "Add tab" if you want to create a new file and write it in the Arduino Web Editor.

If you mean that you want to install a library from your computer, then:

  • Select "Libraries" from the bar on the left side of the screen.
  • Click the upward pointing arrow import button.
  • If you get a message about importing your sketchbook, click "Import".
  • Select the library you want to import.
  • Click "Open".
  • Wait until you get a message that the library was successfully imported.