Description
source
argument only allows relative path, breaks with absolute path
Environment
- TypeDB distribution: CE
- TypeDB version: 3.4.4
- Environment: Windows
- Console version: 3.4.4
- Other details:
Reproducible Steps
- Set up
Connect to a database and open a transaction
- Execute
Run source
with an absolute path
- Unexpected result
>> transaction schema social-network
social-network::schema>> source "C:\Users\too_e\Downloads\schema.tql"
Error executing command: 'source "C:\Users\too_e\Downloads\schema.tql"'
File not found: C:\Users\too_e\"C:\Users\too_e\Downloads\schema.tql"
social-network::schema>>
Expected result
Absolute path should work
Additional information
Relevant logs from TypeDB or Console: