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

Public methods to return file attributes and posix stat mode and file types such as symlink (#62) #63

Closed
wants to merge 3 commits into from
Closed

Conversation

miurahr
Copy link

@miurahr miurahr commented Mar 27, 2019

  • Support UNIX extension attributes for file
  • Add public method to check file attributes:
    readonly, hidden, sparse, system, archive,
    compressed and executable
  • Add public method to get file mode(unix)
  • Add tests for the methods
  • Implement Feature: py7zlib: archive file mode and format API #62

Signed-off-by: Hiroshi Miura [email protected]

miurahr added 2 commits March 27, 2019 13:02
- Support UNIX extension attributes for file
- Add public method to check file attributes:
  readonly, hidden, sparse, system, archive,
  compressed and executable
- Add public method to get file mode(unix)
- Add tests for the methods

Signed-off-by: Hiroshi Miura <[email protected]>
and rename get_mode() to get_posix_mode() method.

Signed-off-by: Hiroshi Miura <[email protected]>
@miurahr miurahr changed the title Public methods to check attributes(#62) WIP: Public methods to check attributes(#62) Mar 28, 2019
@miurahr
Copy link
Author

miurahr commented Mar 28, 2019

Now working on supporting symbolic link and other file formats.

@miurahr miurahr changed the title WIP: Public methods to check attributes(#62) WIP: Public methods to return file attributes and posix stat mode(#62) Mar 28, 2019
@miurahr miurahr changed the title WIP: Public methods to return file attributes and posix stat mode(#62) WIP: Public methods to return file attributes and posix stat mode and file types such as symlink (#62) Mar 28, 2019
@miurahr miurahr changed the title WIP: Public methods to return file attributes and posix stat mode and file types such as symlink (#62) Public methods to return file attributes and posix stat mode and file types such as symlink (#62) Mar 28, 2019
- Add public method: is_symlink()
- Add test case

Signed-off-by: Hiroshi Miura <[email protected]>
@miurahr
Copy link
Author

miurahr commented Mar 28, 2019

now ready to merge

@miurahr
Copy link
Author

miurahr commented Jul 10, 2021

There is no response in 2 years. I gave up.

@miurahr miurahr closed this Jul 10, 2021
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.

1 participant