Thank you, Peter. Hope this will work for me
Valdis > > Hi > > you should be able to use tcl for this, the below function illustrates the > idear, > > note you will have to expose the fme_dataset attributes > and you can change the formating off the attributes check out the tcl > documentation http://www.tcl.tk/man/tcl8.5/TclCmd/contents.htm > > Tcl2 proc getModTime {} { > FME_SetAttribute mod_time [ clock format [file mtime \ > [FME_GetAttribute fme_dataset]] -format %Y%m%d-%H:%M:%S ] > } > > > Peter > > > > >From: "vol_de_mare" <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: [email protected] > >Subject: [fme] Input file modification time as output parameter > >Date: Tue, 08 May 2007 14:02:17 -0000 > > > >Hi! > > > >Sorry if such or similar question already has been discussed. Just > >can`t find it. > > > >What I would like to achieve - take DGN file, make convex hull around > >lines and output it with dataset name and last modification time. > >There`s no other problems but the modification time. I`ve tried to > >find some solutions, also through Python, but nothings seems to work. > > > >Maybe some have idea of solving this situation or at least could show > >the direction to dig. > > > >Thanks in advance > > > > _________________________________________________________________ > Få de bedste søgeresultater med MSN Search: http://search.msn.dk > For insights into what's up at Safe Software and what's on the development horizon, visit Safe's blog at spatial-etl.blogspot.com. Safe Software has also made slides available that outline enhancements planned for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 of the FME Worldwide Users Conference. To view these slides, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/fme/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
