| Commit message (Collapse) | Author | Age |
| |
|
|
| |
This makes the EntryType enum easier to work with.
|
| |
|
|
|
|
| |
When copying a file, if a file already exists at the destination path
with the same last-modified date and the same size, the file is not
copied.
|
| |
|
|
|
| |
Using the original path preserves the original unresolved path of the
entry, which is important for directory traversal tasks.
|
| |
|
|
|
| |
This was thought to be impossible, but it was found to trigger when
opening the parent directory of a relative path in the form './file'.
|
| | |
|
| |
|