複製檔案時出現錯誤。
無法複製檔案
未能將路徑 <source> 上的檔案複製到 <destination>。 原因: <cause>。
FILE_ALREADY_EXISTS
在路徑 <path> 已存在檔案。 設定if_file_exists模式「skip」以跳過上傳此檔案,或「覆寫」以覆蓋現有檔案。
FILE_NOT_EXISTS
路徑上的 <path> 檔案不存在。 請改用 TRY_COPY_FILE,對於不存在的檔案,它會回傳 null。
複製檔案時出現錯誤。
未能將路徑 <source> 上的檔案複製到 <destination>。 原因: <cause>。
在路徑 <path> 已存在檔案。 設定if_file_exists模式「skip」以跳過上傳此檔案,或「覆寫」以覆蓋現有檔案。
路徑上的 <path> 檔案不存在。 請改用 TRY_COPY_FILE,對於不存在的檔案,它會回傳 null。