Вниз
Скачать: CL | DM;

GetFileType   Найти похожие ветки 

 
Samtron   (2004-03-05 16:16) [0]

Скажите как пользоваться этой функцией(в Help ее нет).
если написать так:
form1.Edit1.Text:=getfiletype(f) то

[Error] Unit1.pas(30): Incompatible types: "Cardinal" and "Text"


 
Fay ©   (2004-03-05 16:17) [1]

1) form1.Edit1.Text:=IntToStr(getfiletype(f))
2) Что такое f ?


 
Samtron   (2004-03-05 16:22) [2]

f это файловая переменная.
А inttostr здесь непоможет


 
Юрий Зотов ©   (2004-03-05 16:22) [3]

Это функция API. В том хелпе и ищите.

The GetFileType function returns the type of the specified file.

DWORD GetFileType(
 HANDLE hFile  // file handle
);


Parameters

hFile
Identifies an open file handle.


Return Values

The return value is one of the following values:

FILE_TYPE_UNKNOWN The type of the specified file is unknown.
FILE_TYPE_DISK The specified file is a disk file.
FILE_TYPE_CHAR The specified file is a character file, typically an LPT device or a console.
FILE_TYPE_PIPE The specified file is either a named or anonymous pipe.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.019 c
9-1062154209
Darrin
2003-08-29 14:50
2004.03.28
Сетевые шахматы


14-1077874679
Dimka Maslov
2004-02-27 12:37
2004.03.28
Microsoft vs Borland :: Секрет Успеха?


14-1078208828
NeyroSpace
2004-03-02 09:27
2004.03.28
Помогите найти стихи для поздравлений...


6-1073678165
Asail
2004-01-09 22:56
2004.03.28
Вопрос по Active Directory


7-1073043618
Net_Prosto
2004-01-02 14:40
2004.03.28
Ждущий режим




   Наверх