Copy File Guid or Combination Of Both To Server Folder

  •  02-10-2012, 8:12 AM

    Copy File Guid or Combination Of Both To Server Folder

    I wonder whether someone may be able to help me please.
     
    Part of my script, like most I suspect, contains the line which copies the image to a server folder via:
     
    $mvcfile->CopyTo("saveimagefiles");
     
    This correctly saves the file using the filename as the identifier for the file. Could someone perhaps tell me please is there a way to do the following:
     
    Copy the file using the FileGuid as the file identifier, and
    Combine the two pieces of information i.e. the filename and File Guid
     
    Many thanks and kind regards
     
    Chris
     
     
    Filed under:
View Complete Thread