# Functions
CopyFile copies from src to dst until either an error occurs.
CopyFileWatcher is identical to CopyBuffer except that it provided listener (if one is required).
No description provided by the author
No description provided by the author
FileNameWithoutExt filename without extension.
No description provided by the author
GenUniqueFilename filename exists return new name rule custom name rule.
GetFileInfo returns a FileInfo describing the named file.
No description provided by the author
MoveFile move from src to dst until either an error occurs.
MoveFileWatcher is identical to CopyFileWatcher except that it remove the source file when completes.
No description provided by the author
ReadFileAt reads bytes from the File starting at byte offset off.
TouchFile touch empty file, p is filepath ignoreExists - if true file exists return nil, otherwise return err createFolder - if true try to create folder.
# Constants
TransferCompletedEvent transfer completed.
TransferDataEvent transfer data, set ConsumedBytes anmd TotalBytes.
TransferFailedEvent transfer encounters an error.
TransferStartedEvent transfer started, set TotalBytes.
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author