in reply to Find duplicate files with exact same files noted
($volume,$directories,$file) = File::Spec->splitpath( $path ); ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_f +ile );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Find duplicate files with exact same files noted
by Lady_Aleena (Priest) on Aug 17, 2010 at 18:57 UTC |