Quick question about native.setSync

I assume you call it after first creating a file. But what about subsequent edits to the file? Is it necessary to call it again?

How about if you delete and recreate a file with the same name?

I’m suspecting the the API call sets an attribute on the file.  So you should only have to do it once.  But if you delete the file and re-create it, the attribute would be lost.

Rob

Perfect. Thank you, Rob.

I’m suspecting the the API call sets an attribute on the file.  So you should only have to do it once.  But if you delete the file and re-create it, the attribute would be lost.

Rob

Perfect. Thank you, Rob.