Hi Gordon, if you want some info on polled file the file name and path are setted as property of the NM; properties names are on DefaultFileMarshaler:
public static final String FILE_NAME_PROPERTY = "org.apache.servicemix.file.name"; public static final String FILE_PATH_PROPERTY = "org.apache.servicemix.file.path"; Is this what you need? nicola Gordon Dickens wrote: > Hello, > > I am using the file poller to discover a file in a directory. How can I > get details about that file such as filename, directory, size, etc? > > Thanks, > Gordon Dickens > > -- Nicola Buso Direzione Architetture e Consulenza Direzione Centrale Ricerca e Innovazione Engineering S.p.A. Padova, Italy Cso Stati Uniti, 23/I Tel. ++39 0498692513 e-mail: [EMAIL PROTECTED]
