2023-04-01, 14:11
Hi,
What could be the reason that:
alwayes return 'False' even if exists?
What could be the reason that:
Code:
xbmcvfs.exists(path)
xbmcvfs.exists(path)
python:os.path.exists(path)
(2023-04-01, 22:31)burekas Wrote: @scott967
What do you mean by "valid path"?
Because using 'os.path' works:
python:os.path.exists(path)
So what is the difference?
python:
os.path.join(path, '')