summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormshrimp@sogang.ac.kr <mshrimp@sogang.ac.kr>2021-07-18 08:03:00 +0900
committermshrimp@sogang.ac.kr <mshrimp@sogang.ac.kr>2021-07-18 08:08:33 +0900
commit7344cd3d7a8718010a6f818a0da9df966ec3c0aa (patch)
treefa5be6148a15cb567faafd7650aafcdc42d3a2e4 /docs
parent40d3286508ed57e0df445dd0448ada22fbf9c618 (diff)
downloadthunar-7344cd3d7a8718010a6f818a0da9df966ec3c0aa.tar.gz
Use *.partial~ as an intermediate file for copy
MR !130 To resume copy after an interrupted attempt, a user would retry the same process again. To save time, one would skip all duplicate files. But unfortunately, it is almost guaranteed to have a single fragmented file that has a same name as an original file. This causes an incomplete copy, and normally the only way to solve this is to give up this method and remove all the files that are copied. This MR provides a way to do this properly by copying individual files into an intermediate file that is named *.partial~. Only after the file is properly transfered, its name is changed to its original name. By this method, fragmented file is guaranteed to have a separate name, so a user can resume copy without a problem. Changes: * thunar_g_file_copy() * ThunarUsePartialMode * transform_enum_value_to_index()
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/thunarx/thunarx.actions0
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/reference/thunarx/thunarx.actions b/docs/reference/thunarx/thunarx.actions
deleted file mode 100644
index e69de29b..00000000
--- a/docs/reference/thunarx/thunarx.actions
+++ /dev/null