M
Mikael Petterson
Hi,
I am trying to find the following file ( where version number can vary)
org.eclipse.equinox.lanucher_x.x.x.jar in "C:\\Tools\\SDS\\plugins\\"
sub equinox (){
$jar = $File::Find::name if /\Aorg\.eclipse\.equinox\.launcher_.*\.jar\z/;
}
my $equinoxDir = "C:\\Tools\\SDS\\plugins\\
find (\&equinox,$equinoxDir);
I can see that the path for files & directories found using find becomes:
/mydir/file1.txt
/mydir/file2.txt
and so on.
So the full path becomes:
C:\\Tools\\SDS\\plugins\\/mydir
which does not work.
How can make paths be the same.
--
Mikael Petterson
Software Designer
Ericsson AB, Stockholm, Sweden
Visiting address: Isafjordsgatan 15, Kista
Phone: +46 70 2673044
E-mail: (e-mail address removed)
I am trying to find the following file ( where version number can vary)
org.eclipse.equinox.lanucher_x.x.x.jar in "C:\\Tools\\SDS\\plugins\\"
sub equinox (){
$jar = $File::Find::name if /\Aorg\.eclipse\.equinox\.launcher_.*\.jar\z/;
}
my $equinoxDir = "C:\\Tools\\SDS\\plugins\\
find (\&equinox,$equinoxDir);
I can see that the path for files & directories found using find becomes:
/mydir/file1.txt
/mydir/file2.txt
and so on.
So the full path becomes:
C:\\Tools\\SDS\\plugins\\/mydir
which does not work.
How can make paths be the same.
--
Mikael Petterson
Software Designer
Ericsson AB, Stockholm, Sweden
Visiting address: Isafjordsgatan 15, Kista
Phone: +46 70 2673044
E-mail: (e-mail address removed)