This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Description
Motivation
Why is this feature required? What problems does it solve?
I am writing a script that would be usable by users and uses loadFileAsync and now it depends on the directory the script is executed on. If I have a structure like src/scripts/data.zip and src/scripts/script.js which executes const zipFile = await fileService.loadFileAsync("data") and I have started the script from the src folder which gives me an error.
Proposed solution
An ideal solution for the above problems.
Make an overload function / new function that takes an absolute path for the file
Additional context
Add any other context, screenshots, or reference links about the feature request here.