CSHARP [!&imagePath!] = [!&ProductImage!];
//JAVA [!&imagePath!] = [!&Image!];
//Obtener el nombre de la imagen
&ImagePath = &ImagePath.Substring(&ImagePath.IndexOf(!':') +1, 9999)
&FileName = &ImagePath
//Mapear GUID a file path
&FileCache = Cache.GetCache("FL")
&ImagePath = &FileCache.Get(&imagePath)
//Obtener la extensión
&FileExtension = &imagePath.Substring(&ImagePath.IndexOf(!".") +1 , 3)
&FileName = &FileName + '.' + &FileExtension.Trim()
&MiBlob = &imagePath
&File.Source = &MiBlob
&Path = "C:\Models\Gx15\TestSDImages\CSharpModel\Web\img\" + &FileName
&File.Copy( &Path)