Home | History | Annotate | Download | only in Scripts

Lines Matching refs:filePath

1321     my ($filePath, $contents) = @_;
1322 open NEWFILE, ">", "$filePath" or die "Could not create $filePath. $!\n";
2419 my ($filePath) = @_;
2421 if ($filePath =~ m/^$ignoredDir/) {