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

Suggestion: Work with open files #839

Open
njtaz76 opened this issue May 10, 2024 · 1 comment
Open

Suggestion: Work with open files #839

njtaz76 opened this issue May 10, 2024 · 1 comment

Comments

@njtaz76
Copy link

njtaz76 commented May 10, 2024

Hi,

Is there a way to use SharpCompress and have it add files that are currently open by another application? I'm trying to create a log uploader, but it will fail if a file is currently open by another process. These are text files.

Thanks
chris

@adamhathcock
Copy link
Owner

use a Stream and File.Open with different FileAccess settings. This isn't unique to sharpcompress

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

No branches or pull requests

2 participants