Search found 30 matches: deletefile

Return to advanced search

Re: Question about deleting files and the trash

Please do:

MsgInfo( DeleteFile( DOCDOEL, ArcLst ) )

and let us know what you get
by Antonio Linares
Fri Dec 22, 2023 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1187

Re: Soap Web Service

... , "text/xml;charset=UTF-8" ) oHttp:SetReQuestHeader( "User-Agent" , ", power by Jobb-iSoft") deletefile( "RequestActiva.xml" ) lMemowrite( "RequestActiva.xml",cXML) oHttp:Send( cXml ) cResponse := oHttp:responseText deletefile( ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

deleting files from app

Hello Antonio,

Next question: How can I delete a file from within my program? I have tried next commands without success:
    FERASE
    DELETEFILE
    MOVETOTRASH
by plantenkennis
Mon Oct 19, 2020 9:52 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: deleting files from app
Replies: 2
Views: 538

Mis programas FW hablan

... of subtitles --sub-fit : increase speed to fit time intervals in subtitles --sub-max <integer> : set max speed of speech for subtitles --deletefile : delete text file when job is done -enc <encoding> : set input text encoding (ansi, utf8 or unicode) -sb <integer> : silence ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2807

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

... ADSClearAOF()->Nil ADSCustomizeAOF([<nRecno|aRecNos>],[<nType>])->nSuccess AdsDDRemoveTable(<cTableName>,<deleteFile>,[<nConnection>])-><lResult> ADSEvalAOF(<cFilter>)->nOptimizationLevel ADSFile2Blob(cFileName,cFieldName,<nBinaryType>)->lSuccess ...
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: 5710

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

... DBSetOrder DBSetRelation DBSkip DBSkipper DBSort DBStruct DBTableExt DBTotal DBUnlock DBUnlockAll DBUpdate DBUseArea DBZap Default DefPath Deleted DeleteFile Descend DevOut DevOutPict DevPos DirChange Directory DirectoryRecurse DirMake DirName DirRemove DisableWaitLocks DiskChange DiskFree DiskName ...
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: 5710

Re: Building TensorFlow using Borland 7 32 bits

... will include Windows.h, which defines various // macros that conflict with TensorFlow symbols. Undefine them here to // prevent clashes. #undef DeleteFile #undef ERROR #undef LoadLibrary #endif // _WIN32
by Antonio Linares
Fri Aug 04, 2017 7:07 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: Building TensorFlow using Borland 7 32 bits
Replies: 5
Views: 1347

Re: rename and erase a file from fwh

Prova ...
cFile = cperete+"\menu.exe" // prog. su server
cfile0 = "menu.exe" // prog. su client
cfile1 = "menu1.exe"

DELETEFILE(CFILE1)
MOVEFILE(CFILE0,CFILE1)
COPYFILE(CFILE,CFILE0)

Saluti
Stefano
by stefano
Sat Jun 11, 2016 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rename and erase a file from fwh
Replies: 3
Views: 653

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2092

Re: pregunta sobre borrado de ficheros .

Manuel buenos días, No creo que tenga que ver con nada de permisos, ya que deletefile no hace nada, sólo devuelve error si no puede borrarlo, es el programador el que decide que hacer ante el error. Aquí està la descripción de la función, que creo que es la que ...
by jmartial
Fri Sep 26, 2014 6:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: pregunta sobre borrado de ficheros .
Replies: 9
Views: 1393

Re: ejemplo c5Tooltip

... pasa a las funciones de bitmaps de FWH. la sintaxis se mantiene. * Igual para la función CreateCompatibleDC() * La función DeleteFile() de Paco se renombró a FWDeleteFile(). * La función DrawState() se llevó al fichero drawing.c de FWH, pero cambiamos sus parámetros, puesto ...
by Antonio Linares
Fri Sep 13, 2013 7:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo c5Tooltip
Replies: 60
Views: 23893

Re: Version 13.05 unstable ?

The three low level files changes are not important (two removed functions, and DeleteFile() renamed as FWDeleteFile()), except on ActiveX where ActXEvents() have been modified and this is related to the routing of the activex events, thats why I think that when ...
by Antonio Linares
Thu Jun 13, 2013 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version 13.05 unstable ?
Replies: 18
Views: 5309

Re: Saber Metodos de un CREATEOBJECT

... BSTR ) STDCALL dispatch FUNC PTR GetFolder( [in] BSTR ) STDCALL dispatch FUNC PTR GetSpecialFolder( [in] USERDEFINED ) STDCALL dispatch FUNC void DeleteFile( [in] BSTR, [defaultvalue] VARIANT_BOOL ) STDCALL dispatch FUNC void DeleteFolder( [in] BSTR, [defaultvalue] VARIANT_BOOL ) STDCALL dispatch ...
by Antonio Linares
Sun May 12, 2013 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32147

Re: minor fix for FW 13.04

Do you get this with 13.04 ?

i know about deletefile but not the other ones

My app runs now with Msvc 2010 and Harbour and FWH 13.02

I use UESTUDIO

Richard
by Richard Chidiak
Mon May 06, 2013 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: minor fix for FW 13.04
Replies: 4
Views: 962

minor fix for FW 13.04

... ya se definió en fivehc32.lib(CALDLL32.obj); segunda definición omitidahbct.lib(files.obj) : warning LNK4006: _HB_FUN_DELETEFILE ya se definió en fivehc32.lib(C5CNEW.obj); segunda definición omitida Could you please verify that?. Also, could you please declare ...
by lucasdebeltran
Mon May 06, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: minor fix for FW 13.04
Replies: 4
Views: 962
Next

Return to advanced search