nanos-world / issues

Issue Tracker for nanos world
9 stars 1 forks source link

Clientside File class can't open packages files #981

Closed NegativeNameNGT closed 9 months ago

NegativeNameNGT commented 9 months ago

Prerequisites

Your Environment

Description

I have a 'test.txt' file in my package and I'd like to open it with the File class

Steps to reproduce the behavior

  1. Add a text file to your Client/MyPackage
  2. Try to open it using File class with File("../PackageName/Client/test.txt")

Expected behavior

It should open the file

Actual behavior

The file doesn't open and an error occurs

gtnardy commented 9 months ago

Thanks for reporting, fixing for next update