Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 734255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:21:05+00:00 2026-05-14T07:21:05+00:00

Can we write files to the file system and leave them as read-only in

  • 0

Can we write files to the file system and leave them as read-only in Adobe AIR?

In the future, we would overwrite these files (or delete them and write a new one).


Update:

I tried the following approach, but I was still able to open the file, edit, and save to the file system after the process executed.

var testFile:File = File.desktopDirectory;
var testFileStream:FileStream = new FileStream();
testFile = testFile.resolvePath("testreadonly.txt");
testFileStream.open(testFile, FileMode.WRITE);
testFileStream.writeUTF("test read only string");
testFileStream.close();     

var readFileStream:FileStream = new FileStream();
readFileStream.open(testFile, FileMode.READ);  
var test:String = readFileStream.readUTF()      

Alert.show("DONE, READ" + test);  
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T07:21:05+00:00Added an answer on May 14, 2026 at 7:21 am

    You do not have API in Adobe AIR in order to modify file attributes (like read only, hidden etc). The mode property specifies how do you want to open the file in your session, it does not set any read only flag.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write File System Filters to hide all files/folders. Can I use
I would like to know how can i write to a file within Application.
I am trying to write header file. I can write simple headers like add(int
How can I write 'one bit' into a file stream or file structure each
Is there a gem in Ruby which can write to an Excel file, with
Can i write oblects in java into file and retrieve the same?? In c++
How can I write data to a text file automatically by shell scripting in
How can I write text entities to a dxf file? I found a script
How can I write to/generate a *.doc file programmatically using c or c++? Is
How can I write data to stdout instead of writing file? I'm using GPG

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.