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

как найти дату файла   Найти похожие ветки 

 
Саша   (2004-06-07 21:15) [0]

как узнать дату файла в задоной папке и ее подпаки


 
Undert ©   (2004-06-08 00:20) [1]

GoToTheShopAndBuySomeThingLikePascal7ByFaronovOrByIosif(Filename:string) или GoToGoogleAndFindThereSomeThingLike:
var
 fileName   : string;
 fileDate   : Integer;

begin
 // Try to open the Unit1.DCU file for the current project
 fileName := "Unit1.DCU";
 fileDate := FileAge(fileName);

 // Did we get the file age OK?
 if fileDate > -1 then
   ShowMessage(fileName+" last modified date = "+
               DateToStr(FileDateToDateTime(fileDate)));
end;


Or just go to http://www.delphibasics.co.uk


 
VeTaL   (2004-06-09 00:39) [2]

На упаковке всегда должны дату изготовления и срок годности писать !!!



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

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



Память: 0.45 MB
Время: 0.022 c
1-1087194807
Unicode
2004-06-14 10:33
2004.06.27
ADSI


1-1086866194
asd.
2004-06-10 15:16
2004.06.27
Как можно поменять цвет шрифта в TStatusBar


1-1087059508
Антон
2004-06-12 20:58
2004.06.27
TRichEdit и подсветка синтаксиса


1-1086946941
Silencer
2004-06-11 13:42
2004.06.27
Проблемы с TDBComboBox


3-1086154029
Izyum
2004-06-02 09:27
2004.06.27
ODBC & ZEOS - что быстрее




   Наверх