On 7 Mar 2021, at 20:01, St��phane Ducasse <stephane.ducasse@inria.fr> wrote:can you show us your file names?and a ls of your directory?On 7 Mar 2021, at 20:58, David Pennington <david@totallyobjects.com> 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 collection.
bucketList
| top fileDirectory bucketList nameList |
top := FileSystem disk workingDirectory.
fileDirectory := top / 'TinyKVDB' / self bucket.
bucketList := fileDirectory children.
nameList := SortedCollection new.
bucketList
do: [ :each |
nameList add: each asString ] .
^ nameList
The code is only loading 18 of the items in the directory. I cannot see that there is anything different between there 18 and the other 2. Can anyone give me some clues here?
David
TotallyObjects--------------------------------------------St��phane Ducasse03 59 35 87 52Assistant: Aurore DalleFAX 03 59 57 78 50TEL 03 59 35 86 16S. Ducasse - Inria40, avenue Halley,Parc Scientifique de la Haute Borne, B��t.A, Park PlazaVilleneuve d'Ascq 59650France