Skip to content

FileUtil: copy and move files using Files methods #23

@oscargus

Description

@oscargus

The current implementation of FileUtil.copy relies on opening Streams, while there is a method Files.copy() which could/should be used.

For FileUtil.move, the library method renameTo is used. However, the documentation of that method says "Note that the Files class defines the move method to move or rename a file in a platform independent manner.".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions