- or download this
sub add_new_path {
...
die $err unless ($rv);
return @files ? @files : ($file);
}
- or download this
/ (dir) -> /a (dir)
/a (dir) -> /a/b (dir)
...
/a/b/c (dir) -> /a/b/c/file (file)
/ (dir) -> /p (link)
/p (dir) -> /a/b/c (dir)
- or download this
/a/b/c/file1
/a/b/d/e/file2
- or download this
/p/file1
/a/b/d/e/file2