Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.06.27;
Скачать: 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 вся ветка

Текущий архив: 2004.06.27;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.02 c
3-1086185584
Demon
2004-06-02 18:13
2004.06.27
Запрос к двум БД InterBase


14-1086598998
BiN
2004-06-07 13:03
2004.06.27
Случайно никто квартиру не сдает?


1-1087301878
Dysan
2004-06-15 16:17
2004.06.27
глюки исчезающего TChart


1-1086928329
Softal
2004-06-11 08:32
2004.06.27
ListBox


3-1085910917
ertong
2004-05-30 13:55
2004.06.27
Изменение размеров колонки в DBGrid