Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
assetCollection = CreateObject("roAssetCollection")
 
localCurrentSync = CreateObject("roSyncSpec")
       if localCurrentSync.ReadFromFile("local-sync.xml") then
             	assetCollection = localCurrentSync.GetAssets("download")
      
endif

ifAssetCollection

GetFailureReason() As String
 

...