()
| 28 | } |
| 29 | |
| 30 | func GetInternalGlobalDir() string { |
| 31 | internalOld := Internal |
| 32 | Internal = true |
| 33 | result := filepath.Join(GetBossHome(), consts.FolderDependencies, HashDelphiPath()) |
| 34 | Internal = internalOld |
| 35 | return result |
| 36 | } |
| 37 | |
| 38 | func getwd() string { |
| 39 | if Global { |
no test coverage detected