Вниз
Скачать: 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.019 c
1-1086928329
Softal
2004-06-11 08:32
2004.06.27
ListBox


1-1087112610
AndersoNRules
2004-06-13 11:43
2004.06.27
F : Function : Extended;


1-1086940010
FireMan_Alexey
2004-06-11 11:46
2004.06.27
CheckListBox


3-1086094755
Balu
2004-06-01 16:59
2004.06.27
Вставка новой записи в базу


3-1086259092
Shadow Of Templar
2004-06-03 14:38
2004.06.27
Проблема с внешними файлами в FireBird




   Наверх