Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid file/directory attributes #14

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

dedmen
Copy link
Member

@dedmen dedmen commented Sep 8, 2019

The attributes don't make sense and actually break stuff.
Archive flag is intended for backup programs, if the flag is set that means someone edited the file since the last backup.
Temporary flag marks files which when written into are temporary and don't ever have to hit disk and can stay in ram and be deleted when their last handle is gone, which doesn't make any sense for us.
Temporary flag on directory broke directory copying out of DokanPbo drive, I don't even think temp flag on directory is valid.

@dedmen
Copy link
Member Author

dedmen commented Sep 8, 2019

Changes tested and working.
For the File readOnly see #15
We always have a writeable directory, so we could make use of that.

@dedmen dedmen requested a review from Dahlgren September 8, 2019 21:53
@dedmen dedmen merged commit f352ba7 into arma3:master Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants