Message 1 of 3

Not applicable
01-07-2020
02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I hope this question wasn't asked before, at least I couldn't find a post where this issue was discussed.
I made a script that generates a csv file. Now, I want to write the csv to the same folder as where my Fusion document is stored. How should I accomplish this?
Looking something like this:
filename = currentfolder output = open(filename, 'w') output.writelines(csvStr) output.close()
Thanks!
Solved! Go to Solution.