This commit is contained in:
softlandia 2018-11-01 20:54:58 +04:00
Родитель b1252b207c
Коммит da6f104f84
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