PyIShellItem = Save(FolderToSaveIn, LibraryName
, Flags
)
Saves the library to a specific location
Parameters
FolderToSaveIn : PyIShellItem
The destination folder, use None to save in current user's Libraries
folderLibraryName : str
Filename for the new library, without file extensionFlags : int
Determines behaviour if file already exists, shellcon.LSF_*Return Value
Returns a shell item for the saved file.