Purpose


The CopyTo property allows you to specify where to automatically copy the file relative to the database file path. This property makes sense if the Type property has the value LinkFile.



Description


Possible values of the CopyTo property:

\ - file will be automatically copied to the folder with the database file

files - in the folder where the database file is located, files folder will be created, where the files will be automatically copied, it is allowed to specify a chain of folders, such as files\docs, these folders will be created automatically.

c:\files\ - the file will be automatically copied to the specified folder.

If the property is left empty, the file will not be copied automatically.