Message 1 of 7
Not applicable
03-06-2020
08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I want to make an script to store all the texture images in the same folder. This are the variables in my script:
ext_Path = String with the path to the folder (C:\Users\me\Desktop\TextuFolder\)
filename_ext = Texture name and format (Texture1.jpg)
full_Path = The complete path wehere I'm storing the image (C:\Users\me\Desktop\TextuFolder\Texture1.jpg)
I just need the command to store the images in the selected path. Something like file() or saveImage(). But I'm really newbie in Python programing.
Thanks in advance.
Solved! Go to Solution.