*This page should replace /guide/getstarted-environment-fileselect.html* *This page is already in pullrequest 604 on Natron github RB-2.3 Branch* # Using the File Browser The File browser in Natron has some specific features. ## Relative Path in order to allow moving files without breaking links or to allow sharing files between computers with different storage setups, Natron allows relative path. First create a 'base path': - open 'Project settings' (shortcut 's') ![](https://i.imgur.com/ry4DrnI.jpg) - create a 'project path' by clicking 'add...' then choose a folder - rename the path shortcut by clicking on its name Then use it to read or write a file in relative path: - open the browser from the read or write node you want ![](https://i.imgur.com/1SBnp5i.jpg) - navigate to your file - switch Relative to to the preset name you have created before Your path is now converted to relative. Should you move your files, you would only have to edit the shortcut in the settings with the 'Edit...' button ## Favorites If you want fast access to often used folders you can create favorites ![](https://i.imgur.com/SL4Dspc.jpg) When the browser is opened, click the '+' icon to make the current folder a favorite :::info **Tip** It's good practice to create a folder to store the different layouts you use for working in Natron and create a Favorite to this folder ::: ## File sequence In Natron, videos can be made of a list of image files instead of a single video file. image.0001.jpg image.0002.jpg image.0003.jpg ... instead of: image.mp4 :::info **Tip** Natron behaves way better with image sequence (numbered) files rather than Movies (quicktime, mp4, ...). More reliable, faster access, possibility to overwrite parts of sequence when (re)rendering are the main reasons for this ::: :::warning **Warning** To have a consistent behavior, all images must be of the same resolution. (ie. number of pixels) ::: for this reason the file browser automatically groups numbered files and would display in the list: image.####.jpg 1-3 If you want to pick a single image of the list you should switch the 'sequence' button to 'File' to see each individual file. When you set the filename in the bottom line you can tell Natron how many digits it should use to write or read the files: image.####.jpg or image.%04d.jpg These are two different ways to tell Natron to use 4 digits in the file name. This is called padding :::info **Tip** It's good practice to put the image number between two dots ::: ## Slash Antislash Linux shows subfolder with '/' when windows uses '\\' Natron support both syntax in the file path of the browser.