What does CopyEmpty=
do?
#4387
Unanswered
e-t-l
asked this question in
Q&A Feedback
Replies: 1 comment
-
From ChatGPT: The code defines an enumeration 1. FILE_DONT_COPY
2. FILE_COPY_CONTENT
3. FILE_COPY_EMPTY
Summary of Modes:
General Flow:
These modes provide flexibility for managing which files are transferred into the sandbox, how they are treated, and under what conditions (like file size or specific patterns in the path). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The ini pref
CopyEmpty
was introduced at the same time asDontCopy
and others, but I don't see any documentation on it besides the syntax to use, and unlike "Don't Copy," it isn't clear to me what "Copy Empty" is supposed to do. Can anyone explain it?Beta Was this translation helpful? Give feedback.
All reactions