Ticket #235 (closed defect: fixed)
try to run c_wavloader in 0.6.2
| Reported by: | neojjm | Owned by: | shereef |
|---|---|---|---|
| Priority: | trivial | Milestone: | Release 0.8.0 |
| Component: | ossiecf | Version: | 0.6.x |
| Keywords: | c_wavLoader | Cc: |
Description
Hi~!! i try to make some application same as c_wavLoader in 0.6.2 but i have one problem that the application(same as wavloader) cant sad files....
In c_wavLoader.... CF::FileManager?_ptr _DM_fm = domMgr->fileMgr(); CF::FileSystem::FileInformationSequence?* result = _DM_fm->list("/waveforms/*.sad.xml" ); int cnt = result->length(); printf("result: %ld\n", cnt); ================================================================== I don't know how to work file-find "list" function? what's the find-start path?
Change History
Note: See
TracTickets for help on using
tickets.