I have this string:
how do I chop off the "index.html" part and only keep the "/home/blackgeer/1022/" part ?
Code:
a = "/home/blackgeer/1022/index.html"
a = "/home/blackgeer/1022/index.html"
a = "/home/blackgeer/1022/index.html"

Comment