TTMSFNCCloudGooglePhotos.AddFolderToAlbum Method
Uploads every file in a folder to an album, creating the album when it does not already exist.
API unit family: TMSFNCCloudGooglePhotos
Declaring type: TTMSFNCCloudGooglePhotos
Inherited from: TTMSFNCCustomCloudGooglePhotos
Syntax
procedure AddFolderToAlbum(AFolder, ATitle: String);
Parameters
| Name | Description |
|---|---|
AFolder |
A path inside the folder whose files are uploaded; the folder part of the path is scanned. |
ATitle |
The title of the album to upload to; a new album with this title is created when none is found. |