On Friday 15 April 2016 22:22:14 Krzysztof wrote: > Hi Martin, > > Is there alternative for: > > function FindAllFiles(const SearchPath: String; SearchMask: String = ''; > SearchSubDirs: Boolean = True; DirAttr: Word = faDirectory): > TStringList; overload; > > >From package Lazutils->Fileutil. I know that I can write it by my self > > using FindFirst/FindNext but I don't want invent the wheel again and > save some time. Maybe MSE has it with different name. Could not find > it in msefileutils. > In "msefileutils" there are the SearchFiles() functions which return "filenamearty" (=array of filenamety) and TFileDataList which is based on TDataList from unit "msedatalist". Lists in MSEgui normally are dynamic arrays or descendants of TDataList or TRecordList (unit "mselists"), FPC TList and TStringList are not used often.
Martin ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

