How to delete folder with unicode character filenames using Perl rmtree?
问题 I have some perl code which deletes folders using function File::Path::rmtree. This function works successfully if the folder structure contains ascii character files/folders but fails if the folder contains Unicode character files/folders.. Perl version I am using is "This is perl 5, version 12, subversion 4 (v5.12.4) built for MSWin32-x86-multi-thread" I have also tried using the latest perl version., but the issue persists. Here is sample code: use strict 'vars'; require File::Path; sub