search for: fileloc

Displaying 5 results from an estimated 5 matches for "fileloc".

Did you mean: filelog
2012 Oct 23
1
parsing a structured object
Hi All, Thanks in advance for your help. I take this to be a very basic question, but I'm very new to R. I'm trying to figure out how to parse an object. I have the following: > fileLocation location 1 foo.csv > fileLocation$location [1] foo.csv Levels: foo.csv What I want to get back is "foo.csv", as a string. What is the best way to do this? Thanks, Ben -- View this message in context: http://r.789695.n4...
2012 May 30
1
Write to dynamic file name
hi, i am trying to use the write.csv function but to give a dynamic file name each time a different one but i am getting an error that he cannot open the file : TodayDate<-UniqDate[1] ## this gives "04/02/2012" FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test Data\\Data breaked to months\\Days Data\\DayData" FileEnd<-".csv" FileName<- paste(FileLocation,TodayDate,FileEnd,sep = "") ## then i try this write.csv(UniqDate,FileName,row.names = FALSE ) ## whe...
2006 Nov 04
0
Appending a String to A Field
...butes(@params[:product]) flash[''notice''] = ''Product was successfully updated.'' redirect_to :action => ''show'', :id => @product else render_action ''edit'' end end ..if the field name is ''filelocation'', how can I modify the above code. I have a browse functionality working but the update only adds the filename to the database, I need to automatically append "\images\". Thanks, Jim _________________________________________________________________ Express yourself ins...
2004 Aug 06
3
content on demand?
Hi, Does Icecast support streaming on demand as Shoutcast does? i.e. if I have some MP3 files in a directory, can these be streamed if I link to them on a web page. Thanks, Glen ----------------------------------------------------- Design Solution Limited t: +44 (0)1502 513008 f: +44 (0)1502 588622 e: info@designsolution.co.uk w: http://www.designsolution.co.uk Nouvotech
2006 Feb 23
25
reloading fragments of pages
Hello, I have a treeview, that works with scriptaculous in order to load the nodes dynamically. I also have in the main part of the page, a table with the list of elements. The lists of elements can be drag-dropped on the treeview in order to move them around (they are also draggable on other parts of the page) I need though, to refresh the treeview to reflect changes when a folder was moved