FILE CLOSE STATUS STILL BE IN OPEN

Description

In lucee, using a fileClose() the status is not changed is still being open.In ACF, it changed the status into closed.

base = GetDirectoryFromPath(GetCurrentTemplatePath()); if(!directoryExists(base&"fileDir")){ directoryCreate(base&'fileDir'); } path = base&"/fileDir/sample.txt"; result=fileopen(path,'write'); fileWrite(result,'I love lucee'); writeDump(var=result, label="before closing a file"); fileclose(result); writeDump(var=result, label="After closing a file");

Result:
ACF : Closed
Lucee: Open

Environment

None

Activity

Show:

Pothys - MitrahSoft 6 June 2018 at 07:39

I've added test case for this ticket.

Pull request: https://github.com/lucee/Lucee/pull/512

Fixed

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Created 4 June 2018 at 13:14
Updated 8 May 2020 at 19:00
Resolved 11 June 2018 at 16:09

Flag notifications