<- Back to FTPit Pro function list
FTPit_ImportContainer
- Description
This function allows you to import a file from your hard drive into a container field in your database. The file can either be imported and stored in the actual database file (ByReference parameter is false or not defined), or it can be imported by reference only (ByReference parameter is true).
- Return Type
- Container
- Format
- FTPit_ImportContainer ( File ; ByReference )
- Required Parameters
- File
The Path of the File you want to Import. (Can be a Full Path, a Relative Path, or a Directory Name in the Current Local Directory.)
- File
- Optional Parameters
- ByReference
If True, this function will Import the File by Reference.
- ByReference
- Related Items
- FTPit_ExportContainer, FTPit_SelectLocalDirWithDialog, FTPit_SelectLocalFileWithDialog