Search found 23 matches: filetime

Return to advanced search

Re: DBF . Commit

Enrico, what's not working is: ? FILEDATE( cDbf ), FILETIME( cDbf ) I made a PS script which I call from the test program and get the right time and values. FOR I := 1 to 5000 APPEND BLANK REPLACE FIELD ->test WITH "TEST"+ str(i) + time() ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2213

Re: buildH.BAT more than 1 PRG ?

... WIN_AXINIT(), WAPI_CREATEWINDOWEX(), WIN_AXGETCONTROL(), WAPI_OUTPUTDEBUGSTRING(), SECTOTIME(), CHARMIRR(), CHARSWAP(), HEXTONUM(), NOTIFY(), FILETIME(), FILEDATE(), SETFDATI() seems i have wrong *.HBC ... i do not want to "UnZip" ;) OK, i know the Direction so i will find the Way, THX
by Jimmy
Sat Dec 21, 2019 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 869

Re: Problem x:\fwh\samples\dshow.prg

have now installed VS and run build h 32.bat dshow but i still get Error :( please help ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 19.06 (MSVC++) Jun. 2019 Harbour development power │▄ │ (c) FiveTech 1993-2019 for Microsoft Windows 9X/NT/200X...
by Jimmy
Thu Dec 05, 2019 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1405

Re: funciones de FWH y Harbour en un archivo .txt

... FileStr(<cFileName>,[<nBytes>],[<nStart>],[<lCtrl_Z>])->cString FileTime([<cFileName>],[<nAttributes>])->cFileTime FileValid(<cFileName>,[<nMaxName>],[<nMaxExtension>],[<lNoExtension>],[<lSpaces>])->lIsValid ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... FieldPutArr FieldSize FieldType FieldWBlock File FileAttr FileCopy FileDate FileDelete FileMove FileReader FileScreen FileSize FileStats FileStr FileTime FileValid FileWriter FKLabel FKMax FLineCount FLock Floor FloppyType FOpen Found FParse FParseEx FParseLine FRead FReadStr FreeLibrary FRename ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Need CURL syntax with fivewin using HBCURL LIB?

Here it is: /* * libcurl 'easy' API - Harbour header. * * Copyright 2008 Viktor Szakats (vszakats.net/harbour) * originally based on: * Copyright 2005 Luiz Rafael Culik Guimaraes <luiz at xharbour.com.br> * * This program is free software; you can redistribute it and/or modify * it under the t...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4614

Re: Tftp - Directory no retorna la hora - Funciona a Medias

... ); } //Devuelve el nombre del último fichero modificado según una máscara en un directorio FTP. HB_FUNC( FTPLASTFILEINDIR ) { //char nomfich[260]; FILETIME hexUltAccessOfFile; WIN32_FIND_DATA ultdir; WIN32_FIND_DATA dirtemp; HINTERNET FtpHandle; FILE *fichero; char nombre[10] = "datos.dat"; ...
by Verhoven
Mon Jun 24, 2013 5:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tftp - Directory no retorna la hora - Funciona a Medias
Replies: 5
Views: 1400

Como tomar fecha y hora de un archivo en un FTP??

... y el programa continua asi: STRUCT oFTPData MEMBER nFileAttributes AS DWORD // DWORD dwFileAttributes MEMBER nCreationTime AS STRING LEN 8 // FILETIME ftCreationTime MEMBER nLastReadAccess AS STRING LEN 8 // FILETIME ftLastAccessTime MEMBER nLastWriteAccess AS STRING LEN 8 // FILETIME ftLastWriteTime ...
by gsabattino
Sun May 06, 2012 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como tomar fecha y hora de un archivo en un FTP??
Replies: 1
Views: 1038

Re: URLDownloadToFile question

... the app is terminated!" /T 8 /D N] + CRLF ', and now it's working fine. The problem with the 'SetFdati( cTargetFile, FileDate( cSourceFile ), FileTime( cSourceFile ) )' is that I don't know the original date/time of the file after the download. But I can create a text-file with the date/time ...
by Marc Vanzegbroeck
Fri Feb 10, 2012 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDownloadToFile question
Replies: 4
Views: 976

Re: URLDownloadToFile question

Marc, 1. SetFdati( cTargetFile, FileDate( cSourceFile ), FileTime( cSourceFile ) ) 2. No, I don't think so. I'm copying to new file name(s), e. g. "cTargetFile_update", generating and starting a batch file with a time delay and quits the program. ...
by frose
Fri Feb 10, 2012 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDownloadToFile question
Replies: 4
Views: 976

Re: ayuda por favor

... * EXECryptor_GetEXECryptorVersion(void) { EMIT5 return "UNPROTECTED"; } extern DWORD EXECRYPTORAPI EXECryptor_GetReleaseDate(void) { FILETIME t1,t2; WORD dt,tt; GetSystemTimeAsFileTime(&t1); FileTimeToLocalFileTime(&t1,&t2); FileTimeToDosDateTime(&t2,&dt,&tt); ...
by tomafa
Mon Aug 30, 2010 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda por favor
Replies: 3
Views: 815

Re: Como saber la fecha y la hora del ejecutable

Hola amigos del foro Necesito saber que funcion debo utilizar para saber la fecha y la hora del ejecutable. He intentado utilizar filetime() y filedate() pero el compilador me envia un mensaje como que no existen... Alguna idea Gracias /* *************************** */ Function dDateExe() ...
by FiveWiDi
Mon May 31, 2010 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber la fecha y la hora del ejecutable
Replies: 3
Views: 661

Como saber la fecha y la hora del ejecutable

Hola amigos del foro
Necesito saber que funcion debo utilizar para saber la fecha y la hora del ejecutable. He intentado utilizar filetime() y filedate() pero el compilador me envia un mensaje como que no existen...

Alguna idea

Gracias
by JoseGS
Mon May 31, 2010 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber la fecha y la hora del ejecutable
Replies: 3
Views: 661

funciones para carpetas?

saludos amigos, existira alguna funcion que me devuelva la fecha y hora de un directorio, he probado con filetime y filedate pero estas me devuelven la fecha y hora actual, me imagino la devuelve asi porque trata de encontrar es un archivo y obviamete no existe tal pq es una ...
by QAZWSX2K
Thu May 20, 2010 11:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones para carpetas?
Replies: 7
Views: 877

Re: copy files preserving date time stamps

... --------------- SetFDaTi() - Sets the last change date and time of a file. Syntax SetFDaTi( <cFileName> , ; [<dFileDate>], ; [<cFileTime>] ) --> lSuccess Arguments <cFileName> This is a character string holding the name of the file to set date and time for. It must ...
by frose
Mon Apr 12, 2010 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy files preserving date time stamps
Replies: 3
Views: 711
Next

Return to advanced search