Any way when user is using a channel, that it can prompt the user for a file to save?
Would love this for reports, logs etc.
/T
Any way when user is using a channel, that it can prompt the user for a file to save?
Would love this for reports, logs etc.
/T
Core.storage.save(filename, data) should do the trick for the actual saving of the given data.
Check the framework bundle for more info on other storage methods:
Contents/Resources/Versions/2/Python/Framework/components/storage.py
If you want to prompt the user to input a filename or target directory, then about the only option you have is InputDirectoryObject(). Note: the UX for entering directory paths will be less than ideal on most Plex client apps.
Thanks Mike.....I'll give it a spin