Search found 27 matches: cdirname

Return to advanced search

Re: Windows Service - finding path

hi,

what about
hb_DirBase() ➜ cDirName
returns the application's executable base directory (program statrtup directory).

https://github.com/Petewg/harbour-core/wiki/hb_D
by Jimmy
Sat Jul 23, 2022 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 520

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

... IsDigit(<cString>)->lBoolean IsDigit(<cString>)->lIsDigit IsDir(<cDirSpec>)->lIsDirectory IsDirectory(<cDirName>)->lIsDirectory IsDisk(<cDrive>)->lDriveIsReady IsFunction(<cName>)-><lExists> IsGraph(<cString>)->lIs7BitGraphicalChar ...
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: isdir-isdirectory no funcionan con server2012r2(NO RESUELTO)

Patricio, que usas Habrour ó xHarbour? cDirName := "R:\ECF" ? HB_DIREXISTS( cDirName ) http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19797&p=104485&hilit=UNIDAD+DE+RED#p104485 http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17784&p=92890&hilit=unidad+de+red#p92890 ...
by karinha
Wed Jun 29, 2016 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: isdir-isdirectory no funcionan con server2012r2(NO RESUELTO)
Replies: 8
Views: 909

Re: Upload to FTP

... My question is how do you know how to write the "DLL32" declarations. DLL32 Function FtpSetCurrentlyDirectory( hFtp AS LONG, cDirName AS LPSTR ) AS BOOL PASCAL FROM " FtpSetCurrentDirecotry " LIB iDLL How do you determine what goes in the FROM parameter, FtpSetCurrentDirectory, ...
by Enrico Maria Giordano
Tue Feb 02, 2016 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upload to FTP
Replies: 7
Views: 2079

Re: Antonio: Bug in cFileSubDir( cPath )

Antonio, read the description from this function:
Returns:
<cDirName> Just the path name specified inside the full filename, excluding the drive name.

Look also at cFilePath()! This now the same result as cFileSubDir().
by byte-one
Mon Feb 01, 2016 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Bug in cFileSubDir( cPath )
Replies: 7
Views: 1328

Antonio: Bug in cFileSubDir( cPath )

in cFileSubDir( cPath ) are also the drive name returned! This should not be so!
Returns:
<cDirName> Just the path name specified inside the full filename, excluding the drive name.
by byte-one
Sun Jan 31, 2016 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Bug in cFileSubDir( cPath )
Replies: 7
Views: 1328

Re: Upload to FTP

... My question is how do you know how to write the "DLL32" declarations. DLL32 Function FtpSetCurrentlyDirectory( hFtp AS LONG, cDirName AS LPSTR ) AS BOOL PASCAL FROM " FtpSetCurrentDirecotry " LIB iDLL How do you determine what goes in the FROM parameter, FtpSetCurrentDirectory, ...
by byron.hopp
Fri Jan 29, 2016 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upload to FTP
Replies: 7
Views: 2079

New FTDN January/Enero 2015 (FWH 15.01)

... * Fix: Class TTVItem method End() was not properly removing itself from its parent oTree DATA aItems. Now it is ok. * New: function SetCurDir( cDirName ) --> lSuccess, to match GetCurDir() naming. * Fixes: Method ToExcel() of XBrowse and Report are not working propery in case of some Excel ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1943

Possible with <cGetDir> select from a opend Main-Dir ?

Hello, is it possible to show the Sub-Directorys from inside a opend Main-Directory ? I tested, it only shows the Main-directory ( doesn't open ) : cDirName := cGetDir( "Select a directory", "D:\P_xbrwimg_plan\" ) http://www.pflegeplus.com/pictures/seldir.jpg ...
by ukoenig
Wed Aug 01, 2012 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2086

Re: New FTDN September/Septiembre 2011 (FWH 11.09)

... TBtnBmp en las conversaciones del foro: viewtopic.php?p=119756#p119756 viewtopic.php?f=3&t=22365#p119517 * Nuevo: Nueva función GetDiskFreeEx( cDirName ) --> aInfo // { nFreeBytesAvailable, nTotalNumberOfBytes, nTotalNumberOfFreeBytes } Usando la función del API de Windows GetDiskFreeSpaceEx() ...
by Antonio Linares
Wed Sep 28, 2011 3:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

New FTDN September/Septiembre 2011 (FWH 11.09)

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22365#p119517 * New: function GetDiskFreeEx( cDirName ) --> aInfo // { nFreeBytesAvailable, nTotalNumberOfBytes, nTotalNumberOfFreeBytes } * Enhancement: Class TRibbon now accept a string in: ...
by Antonio Linares
Wed Sep 28, 2011 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

Re: Ha cambiado algo en lIsdir() ?

Jose

prueba usar la funcion HB_DIREXISTS( cDirName )
by Daniel Garcia-Gil
Tue Dec 14, 2010 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ha cambiado algo en lIsdir() ?
Replies: 6
Views: 724

Re: FWPPC 10.2 Questões

Pedro,

1) Usa la función lIsDir( cDirName ) --> Si_ó_No
by Antonio Linares
Fri Feb 26, 2010 7:12 pm
 
Forum: FiveWin para Pocket PC
Topic: FWPPC 10.2 Questões
Replies: 5
Views: 1427

Re: Changing directory in tFtp

I think i might have found a problem with the directory function, if i do this: aFiles = oFTP:Directory( cDirName + "*.*" ) IF !Empty(aFiles) FOR nCount := 1 TO Len(aFiles) IF Left(aFiles[nCount, 1], 1) <> "." lCopy := .F. ? File( cIwsFolder + "\Upgrade\New\" ...
by PeterHarmes
Mon Dec 07, 2009 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing directory in tFtp
Replies: 7
Views: 1129

Re: wifi

... ) local aFiles LOCAL handle local cFile := "" if ! Empty( oFTP:hFTP ) /* DLL32 FUNCTION FtpSetCurrentDirectory( hFTP AS LONG, cDirName AS LPSTR ) ; AS BOOL PASCAL ; */ FtpSetCurrentDirectory(oFTP:hFTP, "/testinfo/STB1/") aFiles = oFTP:Directory("*.*" ) IF ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3225
Next

Return to advanced search