- UID
- 517
- 积分
- 935
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-1-14
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
ftp://ftp2.mcneel.com/pub/doslib/
What's New?
dos_acadmem
Returns AutoCAD memory statistics.
dos_arxlist
Returns a list of loaded ARX applications.
dos_extractpreview
Extracts the preview image from the active document.
dos_getfilenav
Displays an AutoCAD-style file dialog box.
dos_htmlhelp
Display contents of an HTML help file.
dos_ispoweruser
Determines whether the current user has power user rights.
dos_pathbackslash
Adds or removes a trailing backslash to a path string.
dos_pathextension
Add, replaces, or removes the file extension from a path string.
dos_pathquotes
Adds or removes double-quote characters to a path string.
dos_popupmenu
Displays a popup, or context, menu.
dos_regaddkey
Adds a new, empty key to the Windows Registry.
dos_regdelkey
Deletes a key from the Windows Registry.
dos_regdelval
Deletes a value from the Windows Registry.
dos_regenumkeys
Enumerates keys in the Windows Registry.
dos_regenumnames
Enumerates value names in the Windows Registry.
dos_reggetint
Returns an integer value from the Windows Registry.
dos_reggetstr
Returns a string value from the Windows Registry.
dos_reggettype
Returns the value type of a entry in the Windows Registry.
dos_regsetint
Modifies an integer value in the Windows Registry
dos_regsetstr
Modifies an integer value in the Windows Registry.
dos_strtrim
Trims leading and trailing characters from a string.
What's Changed?
--------------------------------------------------------------------------------
dos_demandload
The functionality has changed.
dos_help
Displays HTML help for DOSLib functions.
dos_ipaddress
Supports systems with multiple network interfaces.
dos_macaddress
Supports systems with multiple network interfaces.
dos_regdel
Replaced with dos_regdelkey and dos_regdelval.
dos_regget
Replaced with dos_reggetint and dos_reggetstr.
dos_regkey
Replaced with dos_regenumkeys and dos_regenumnames.
dos_regset
Replaced with dos_regsetint and dos_regsetstr. |
|