Moved drive to filepath code into a function

This commit is contained in:
2023-01-27 05:49:14 +00:00
parent b2c3dd894c
commit b632ce77ba
2 changed files with 68 additions and 48 deletions

View File

@@ -10,3 +10,6 @@ void Toy_freeDriveDictionary();
Toy_LiteralDictionary* Toy_getDriveDictionary();
#define TOY_OPAQUE_TAG_RUNNER 100
//file system API - for use with other libs
Toy_Literal Toy_getFilePathLiteral(Toy_Interpreter* interpreter, Toy_Literal* drivePathLiteral);