nanos-world / issues

Issue Tracker for nanos world
9 stars 1 forks source link

Cannot create file in server directory using file class #963

Closed vugi99 closed 11 months ago

vugi99 commented 11 months ago

Prerequisites

Your Environment

Description

Cannot create file in server directory using file class

Steps to reproduce the behavior

local f = File("vz302_log.txt", true) f:Write("gredgerdg") f:Close()

Expected behavior

should work

Actual behavior

image

gtnardy commented 11 months ago

Fixed, thanks!