Calamity210 / BirbLang

Minimal Bird programming language curated to help new contributers delve into OSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Cannot use grab() in windows

Andy-Python-Programmer opened this issue · comments

Describe the bug
We cannot use grab in windows. This is just because we are not doing path.join()

commented

Can you provide logs?

FileSystemException: Cannot open file, path = 'C:\Users\user\Desktop\Andy\Projects\BirbBot/core/io/io.birb'
 (OS Error: The system cannot find the path specified. errno = 3)

It should work out of the dir also, Which is an issue!