| ||||
CreateFile methodCreates a file in the eRoom. Syntax
ParametersPathNameThe full path of the file to add to the eRoom. NewNameThe name to give the newly-created file. If NewName is a blank string, the new file will have the same name as the file specified in PathName. [Optional. Default = blank string]. CreateOptionsOne or more create options chosen from the enum ERUCreateOptions, logically OR'ed together. Valid create options for CreateFile are erCreateOptMakeNameUnique [optional, default = erCreateOptNone]. ppFileUpon return, an IERUItem interface pointer to the newly-added file. Return value
RemarksThe path can be no longer than 255 characters. The file you want to add must already be available in the file system before you call CreateFile. |
Home |