I get the following error while trying to copy a file from Filter Bundle to the Documents Directory :
The reason I need to copy the file to the Documents Directory is to make modifications to the file, which in my understanding I can't do directly to the file by accessing it from the Bundle.
How can I make modifications to a file from FilterDataProvider if the FilterDataProvider doesn't have any write permissions?
Is using the FilterControlProvider the only option to make any changes to a file?
Is any file write permission completely restricted in the FilterDataProvider?sandbox deny(1) file-write-create
The reason I need to copy the file to the Documents Directory is to make modifications to the file, which in my understanding I can't do directly to the file by accessing it from the Bundle.
How can I make modifications to a file from FilterDataProvider if the FilterDataProvider doesn't have any write permissions?
Is using the FilterControlProvider the only option to make any changes to a file?