TransientObjects.CreateFileMetadata Method
Parent Object: TransientObjectsDescription
Method that creates a new FileMetadata object. The newly created FileMetadata is returned.
Syntax
TransientObjects.CreateFileMetadata( [FullFileName] As Variant ) As FileMetadataParameters
Name | Type | Description |
FullFileName | Variant | Optional input string object that specifies a full file name (with the extension and the path). This is an optional argument whose default value is null. |