View Single Post
  #35 (permalink)  
Old 05-03-2008, 10:20 AM
HARRY HARRY is offline
Knows the basics
 
Join Date: Apr 2007
Location: Netherlands
Posts: 86
Default Rename

Agraham,

Thanks for your prompt reply.

The documentation on the FilesEx library reads : "As there is no real Rename function in .NET this is actually a FileMove within the same directory.". So I guess that this is not the solution I am looking for: the size of the files I am 'renaming' on a SD card is some 6-8 M Bytes, so copying takes quite some time.

I did hope that using the DOOR library a real rename was possible, but now I doubt.

What should be the code to test it:

create a FileObject??
assign a file to that object (with path)??
set the Name property ??
destroy the File Object??


Harry
Reply With Quote