Skip to content

v0.4 Release

Latest
Compare
Choose a tag to compare
@benlau benlau released this 03 Mar 17:19
· 39 commits to master since this release

New Functions

  1. QtShell::mv()

Changes

cp()

  1. Copy file recursively
  2. Save copied file log
  3. Support to overwrite files that was already existed

dirname/basename

  1. Able to handle path with multiple trailing "/"

rm

  1. rm("-f","non-existed-file") should not return false

find

  1. [Bug Fix] Filter with prefix do not works