I will do that tomorrow. I can't understand why there would be any difference between the files. They are generated in VisualAge from VAST Object dumps into json in a simple loop on Windows 10 and copied across to the mac using the clipboard (the Windows machine is on MSRemoteAccess so cut and past
You can put a conditional halt in the loading logic
Halt if: [ name = ‘jo’]
and let us know.
Did you check the rights of these files?
Are they symbolic links?
Because FileSystem has sometimes surprising behavior with symbolic links.
S.
> On 7 Mar 2021, at 21:35, David Pennington
Sorry just seen what you mean. The screen shot is all I can do. Sent from my Huawei tablet Original Message Subject: [Pharo-users] Re: Code not showing all items in directoryFrom: Stéphane Ducasse To: Any question about pharo is welcome CC: can you show us your file names?and a ls o
can you show us your file names?
and a ls of your directory?
> On 7 Mar 2021, at 20:58, David Pennington wrote:
>
> Hi there. I am a long time user of VAST recently moved to Pharo. I have a
> directory that contains 20 JSON items. I am using the following code to load
> all of them into a co
Hi there. I am a long time user of VAST recently moved to Pharo. I have a
directory that contains 20 JSON items. I am using the following code to load
all of them into a collection.
bucketList
| top fileDirectory bucketList nameList |
top := FileSystem disk workingDire