Search found 73 matches: subdirectory

Return to advanced search

TOPMOST

... and will "stay" like MsgInfo() --- in Help Dialog <nStyle> An optional DialogBox style. There are several samples in the SAMPLES\ subdirectory showing you how to manipulate this value. Windows: <nStyle> A numeric value which indicates a special API style. [ Just for advanced ...
by Jimmy
Sat Nov 05, 2022 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOPMOST
Replies: 7
Views: 340

Re: Windows Service - finding path

... That is what the app is getting as s response. It is reporting that in the output log I need it to know where the data files are kept which is a subdirectory of where the .exe resides. Sent from my iPhone using Tapatalk
by TimStone
Fri Jul 22, 2022 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 520

App as service default path

I have an update program called. MLupdate.exe. I place it in the primary directory created for my application ( ie. c:\ML ). This has a subdirectory where all files are stored ( ie. C:\ML\Data\ ). When run as an application, it checks the current drive and directory and creates a cPath variable ...
by TimStone
Tue Jul 30, 2019 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App as service default path
Replies: 1
Views: 543

Re: FWH 18.08: Enhancements to strings.prg

... into a language; you can * create in this way any number of "harbour international tables", or * .hit. * * 3) put the .hits into a subdirectory available to your program, that must * be called i18n/. * * 4) at startup, the xharbour program will search for a file named after the ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Array of files indirectory and subdirectory's

#include "FiveWin.Ch"#include "Directry.ch"#define CLR_LGREEN    nRGB( 190, 215, 190 )#define CLR_LGRAY     nRGB( 230, 230, 230 )#define CLR_VERMELHO  nRGB( 255, 000, 000 )#define CLR_AMARELO   nRGB( 255, 255, 000 )ST...
by karinha
Wed Nov 07, 2018 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Array of files indirectory and subdirectory's

Thank you, Now I remember that I asked this a long time before, and I allways get an empty array. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22789&p=121743&hilit=DIRECTORYRECURSE#p121743 When I use mu old version of FW with xharbour, I still get an empty array,...
by Marc Vanzegbroeck
Wed Nov 07, 2018 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Array of files indirectory and subdirectory's

With Harbour
Code: Select all  Expand view

HB_dirScan( cPath, cMask, "A" )
 
by cnavarro
Wed Nov 07, 2018 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Array of files indirectory and subdirectory's

Try DIRECTORYRECURSE() function.

EMG
by Enrico Maria Giordano
Wed Nov 07, 2018 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Array of files indirectory and subdirectory's

Thank you for the responce, but I think you misunderstood the question.
I want an array of all files in thaa directory AND also all files in the subdirectories
by Marc Vanzegbroeck
Wed Nov 07, 2018 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Array of files indirectory and subdirectory's

#include "FiveWin.Ch"#include "Directry.ch"#define CLR_LGREEN    nRGB( 190, 215, 190 )#define CLR_LGRAY     nRGB( 230, 230, 230 )#define CLR_VERMELHO  nRGB( 255, 000, 000 )#define CLR_AMARELO   nRGB( 255, 255, 000 )ST...
by karinha
Wed Nov 07, 2018 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Array of files indirectory and subdirectory's

Hi,

I want a list of all files in a directory and the files in all subdirectory.
Is there an easy way to do this, or do I have to het all files an directory of the main one, and then again of all subdirectory's

I was already thinking to do a dir /s to a file, and read that, and add it to an array.
by Marc Vanzegbroeck
Wed Nov 07, 2018 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of files indirectory and subdirectory's
Replies: 6
Views: 1048

Re: Invisible CDX files

... syntax is only if you want to save the files in the current directory (the one that the EXE resides in). You can modify it if you want to use a subdirectory like \data, or you want to place them anywhere else. James
by James Bott
Mon Sep 10, 2018 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3306

Re: Final conversion 16 bit to FWH

... lots of OBJs. However if you want to make a lib file: tlib sbrowse.lib tsbrowse.obj To get tlib help: tlib ? The tlib file is in the Borland \bin subdirectory. You will have to set the system path to include this directory or include the path in the command. Regards, James
by James Bott
Thu Jul 06, 2017 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5049

Re: Function to download a defined file from a homepage ?

... the solution from Stephan after some more tests, I found the problem and got it working there is a directory problem my files are stored inside a subdirectory of < Software > < Software > is one of the subdirectorys of < root > inside < Software > a subdirectory < DOWNLOADS ...
by ukoenig
Sat Apr 23, 2016 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15287

Re: Function to download a defined file from a homepage ?

... ) AEval( aFiles, { | aFile | MsgInfo( aFile[ 1 ], aFile[ 3 ] ) } ) results : ------------------ . .. Firma Testfile.zip // a testfile Service // subdirectory Software // Subdirectory _we_info // file index.html // file ------------------- my downloadfiles are inside the subdirectory < Software/ ...
by ukoenig
Fri Apr 22, 2016 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to download a defined file from a homepage ?
Replies: 31
Views: 15287
Next

Return to advanced search