K Rond

5 Reputation

2 Badges

13 years, 232 days

MaplePrimes Activity


These are replies submitted by K Rond

the code that i now have:

path:="C:\\xxx\\";

files := FileTools:-ListDirectory(path, 'returnonly' = "*.jpg"):
files:=convert(files,Matrix);
x,aantal:=Dimension(files);
teller:=1;

for s in files do
f(teller):=Read(cat(path,s));
teller:=teller+1;
end do;

 

and it works out fine. 
thank you very much for the quick and helpfull
information.

K Rond 

the code that i now have:

path:="C:\\xxx\\";

files := FileTools:-ListDirectory(path, 'returnonly' = "*.jpg"):
files:=convert(files,Matrix);
x,aantal:=Dimension(files);
teller:=1;

for s in files do
f(teller):=Read(cat(path,s));
teller:=teller+1;
end do;

 

and it works out fine. 
thank you very much for the quick and helpfull
information.

K Rond 

Page 1 of 1