I have a java project which has a property file with the below entry:
api_secret_key=target/test-classes//abc-dev.pem
What does
//
in the above path mean?
This has no effect in file paths. The file system will treat them as a single slash.
These paths are all the same:
a/b
a//b
a///////b
a/./b
a/../a/b
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With