Skip to content

fix: 파일 이동 비원자적 처리 (데이터 손실 위험) #9

@DinN0000

Description

@DinN0000

문제

FileMover:320에서 write 성공 후 removeItem 실패 시 파일 중복 발생. 비원자적 처리로 인한 데이터 손실 위험.

수정 방안

fm.moveItem()을 우선 시도하고, 실패 시에만 copy + delete 폴백하는 방식으로 변경.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstabilityApp stability and crash prevention

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions