开发者

Delphi Get the handle of a directory

开发者 https://www.devze.com 2023-01-22 02:48 出处:网络
Using Delphi 07 is it possible to (How do I) get the handle of a d开发者_如何学JAVAirectory if I know its path?The Win32 API CreateFile() function can open a handle to a directory on NT-based versions

Using Delphi 07 is it possible to (How do I) get the handle of a d开发者_如何学JAVAirectory if I know its path?


The Win32 API CreateFile() function can open a handle to a directory on NT-based versions of Windows (ie, any version other than Win3.x, Win9x, and WinME).

0

精彩评论

暂无评论...
验证码 换一张
取 消