|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2016.2 (Build 721U)" ts="2016-08-31 14:17:29"> |
| 2 | +<Export generator="Cache" version="25" zv="Cache for Windows (x86-64) 2016.2 (Build 721U)" ts="2016-09-04 22:50:49"> |
3 | 3 | <Class name="CacheUpdater.Task">
|
4 | 4 | <Super>%SYS.Task.Definition</Super>
|
5 | 5 | <TimeChanged>64161,48985.224853</TimeChanged>
|
@@ -227,7 +227,7 @@ Download list of files on https://raw.githubusercontent.com/ server.<br>
|
227 | 227 |
|
228 | 228 | <Class name="CacheUpdater.UDL">
|
229 | 229 | <Super>%RegisteredObject</Super>
|
230 |
| -<TimeChanged>64161,51384.891047</TimeChanged> |
| 230 | +<TimeChanged>64165,82238.47126</TimeChanged> |
231 | 231 | <TimeCreated>64161,48850.325593</TimeCreated>
|
232 | 232 |
|
233 | 233 | <Method name="IsUDLFile">
|
@@ -594,8 +594,9 @@ Creates and imports mac, int, inc files into the project from stream
|
594 | 594 | Do contentStream.Rewind()
|
595 | 595 |
|
596 | 596 | set CSPPath = $system.CSP.GetFileName($system.CSP.GetDefaultApp($namespace)_"/")
|
597 |
| - set fileDirectory = $Piece(url, "csp/", 2) |
| 597 | + set fileDirectory = $translate($Piece(url, "csp/", 2), "\", "/") |
598 | 598 | set dirChain = $p(CSPPath_fileDirectory,$p($translate(CSPPath_fileDirectory,"\","/"),"/",*),1)
|
| 599 | + set dirChain = $translate(dirChain, "\", "/") |
599 | 600 | do ##class(%File).CreateDirectoryChain(dirChain)
|
600 | 601 | set st = filestream.LinkToFile(CSPPath_fileDirectory)
|
601 | 602 |
|
|
0 commit comments