[Pharo-users] Re: Code not showing all items in directory

2021-03-11 Thread Sean P. DeNigris
Long Haired David wrote > bucketList := fileDirectory children. How many items are in `bucketList`? - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: Code not showing all items in directory

2021-03-07 Thread da...@totallyobjects.com
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

[Pharo-users] Re: Code not showing all items in directory

2021-03-07 Thread Stéphane Ducasse
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

[Pharo-users] Re: Code not showing all items in directory

2021-03-07 Thread da...@totallyobjects.com
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

[Pharo-users] Re: Code not showing all items in directory

2021-03-07 Thread Stéphane Ducasse
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