Please tell me how to open .lnk
files
it is not opening this:
import webbrowser as wb
wb.open('dir_path/ Microsoft Edge.lnk')
But when i do this:
import webbrowser as wb
wb.open('dir_path/ picture.png')
or any thing else it opens the path
Please tell me how to open .lnk
files
it is not opening this:
import webbrowser as wb
wb.open('dir_path/ Microsoft Edge.lnk')
But when i do this:
import webbrowser as wb
wb.open('dir_path/ picture.png')
or any thing else it opens the path