exists(), the return value is incorrect.

Things you’d like to miss in the future...
Post Reply
MrYang
Posts: 23
Joined: 07 Feb 2019 11:50

exists(), the return value is incorrect.

Post by MrYang »

Code: Select all

msg exists ("");

The return value is 2. I think the return value should be 0.


In version 19.50.0200, 0 is returned.
Up to version 19.60.0000, 2 is returned.
Last edited by MrYang on 07 Feb 2019 12:08, edited 1 time in total.

MrYang
Posts: 23
Joined: 07 Feb 2019 11:50

Re: exists(), the return value is incorrect.

Post by MrYang »

In version 19.50.0200, 0 is returned.
Up to version 19.60.0000, 2 is returned.

PeterH
Posts: 2776
Joined: 21 Nov 2005 20:39
Location: Germany

Re: exists(), the return value is incorrect.

Post by PeterH »

If I see it right, this defaults to the current path, and that is a folder.
(See example "XYplorer.exe"!)

Though I think this default isn't documented very good :ninja:
W7(x64) SP1 German
( +WXP SP3 )

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: exists(), the return value is incorrect.

Post by admin »

Gonna fix that...

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: exists(), the return value is incorrect.

Post by admin »

Already fixed in beta v19.60.0007. Download latest beta here from the forum: viewtopic.php?p=166971#p166971

Post Reply