Edit in GitHubLog an issue

require('uxp').storage.modes

modes()

This namespace describes the file open modes. for eg: open file in read-only or both read-write

readOnly : Symbol

The file is read-only; attempts to write will fail.

readWrite : Symbol

The file is read-write.

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.