This commit is contained in:
softlandia 2018-11-01 20:50:11 +04:00
Родитель 77d846ac03
Коммит 9bbe92e06b
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -8,18 +8,14 @@ functions:
func IsAutocadInstalled() bool
//IsAutocadInstalled - checks installed in system any version of AutoCAD
// return true if installed,
// return false if not istalled
// used const _RegPathAcad === `Software\Autodesk\AutoCAD`
2.
func ReleaseAutocadInstalled() string
//ReleaseAutocadInstalled return string with release of AutoCAD installer in system
//return "-" if Autocad not installed
3.