首页 相关文章 获取第一个光驱盘符

获取第一个光驱盘符

{
  ***************************************
  Get the First CD ROM
  ***************************************
  }
  function GetCDROM():string;
  var
   str:string;
   Drivers:Integer;
   driver:char;
   i,temp:integer;
  begin
   Drivers:=GetLogicalDrives;
   temp:=(1 and Drivers);
   for i:=0 to 26 do
   begin
   if temp=1 then
   begin
   driver:=char(i+integer('a'));[ 查看全文 ]

2016-02-19 标签:

获取第一个光驱盘符的相关文章

手机页面
收藏网站 回到头部