PyIShellLibrary.Save

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 folder

LibraryName : str

Filename for the new library, without file extension

Flags : int

Determines behaviour if file already exists, shellcon.LSF_*

Return Value

Returns a shell item for the saved file.