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

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

@ -7,10 +7,10 @@ functions:
1.
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`
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