mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Suggestion: Work with open files #634
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @njtaz76 on GitHub (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 commented on GitHub (May 11, 2024):
use a Stream and File.Open with different FileAccess settings. This isn't unique to sharpcompress