Вниз
Скачать: 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.02 c
6-1082355963
Piter
2004-04-19 10:26
2004.06.27
Статья про сокеты


14-1086717288
Ske4er
2004-06-08 21:54
2004.06.27
TIniFile


1-1087289051
AlexG
2004-06-15 12:44
2004.06.27
DLL из обычной в ресурсную...


14-1086356175
Rouse_
2004-06-04 17:36
2004.06.27
LOL :)


1-1087154837
Hooked
2004-06-13 23:27
2004.06.27
Cоздание компонента в Run Time




   Наверх