Search found 35 matches: subdir

Return to advanced search

Re: Also for filename and subdir

Nice!
Thanks
by Silvio.Falconi
Mon Mar 16, 2020 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Re: Also for filename and subdir

I need it return me " .\bitmaps\servizi\pattino.png" I wish erase cExePath from "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png" cEXePath is "C:\Work\Prg\WinBeach\" Then ? StrTran( "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png", cExePath, "&quo...
by cnavarro
Mon Mar 16, 2020 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Re: Also for filename and subdir

I need it return me " .\bitmaps\servizi\pattino.png"

I wish erase cExePath from "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png"
cEXePath is "C:\Work\Prg\WinBeach\"
by Silvio.Falconi
Mon Mar 16, 2020 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Re: Also for filename and subdir

Excuse me, I don't understand what you need I attach some code Function Main()Local cIniFile := cFilePath( GetModuleFileName( GetInstance() ) ) + "Test.ini"Local cExePath := cFilePath( hb_Argv(0)  ) //cFilePath( GetModuleFileName( GetIns...
by cnavarro
Sun Mar 15, 2020 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Also for filename and subdir Resolved

I have a file image on cPathMask:="C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png" the image is pattino.png I wish save on record (dbf) only bitmaps\servizi\pattino.png I saw also filename.prg and not found a solution Function test() Local cIniFile := cFilePath( GetModuleFileName( GetIns...
by Silvio.Falconi
Sun Mar 15, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 923

Can we read a massive online directory structure ?

In a Prestashop shopcard, the pictures are saved in a huge amount of directories. I see more that 4.000 !!! dir/subdirs/subdir/subdir/ ..... The structure must be enormous. I would like to populate a Xbrowse with the structure and all of it's subdirs, and also the filenames that ...
by Marc Venken
Thu Nov 09, 2017 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we read a massive online directory structure ?
Replies: 2
Views: 543

Re: Compile Error using FW17.07, Harbour MinGW

What MinGW gcc version are you using ? The one from the Harbour Nightly builds. It is here, in the comp subdir. https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ I can tell that FWH is built with mingw version that has DWARF stack unwinding (that ...
by dmajkic
Thu Sep 07, 2017 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error using FW17.07, Harbour MinGW
Replies: 10
Views: 1869

Re: ADO RDD xHarbour

... definition of #define DBS_LEN C:\adordd\adordd.prg(5725) Warning W0001 Redefinition or duplicate definition of #define DBS_DEC waiton( " Subdir......"+ cFile) Thanks
by AHF
Sun Oct 18, 2015 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441927

Re: ADO RDD xHarbour

... DBS_DEC C:\adordd\adordd.prg(5757) Warning W0005 RETURN statement with no return value in function Also this function is missing: waiton( " Subdir......"+ cFile)
by byte-one
Sun Oct 18, 2015 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441927

Re: IsZip() Unresolved external

... / Restore can be mixed Directory or single file Backup / Restore Progressbar of a single file and file-counter of a directory creates optional a Subdir of a selected Target-directory select all files of a directory-backup / restore, or define up to 5 file-extension-filters Painters for Window, ...
by ukoenig
Thu Dec 19, 2013 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2695

Image Hotspot-editor 1.2 ( UPD. / DOWNLOAD )

... http://www.pflegeplus.com/pictures/hotspot10.jpg How it works : 1. with right mouseclick select a image from subdir /Images 2. create a hotspotarea --- 1. left mouseclick = Top-position --- 2. left mouseclick = right-position --- 3. left mouseclick = bottom-position ...
by ukoenig
Wed Feb 27, 2013 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Hotspot-editor 1.2 ( UPD. / DOWNLOAD )
Replies: 4
Views: 886

Re: New class TUpdate

...            oUpdate:nFlags := nFlags             oUpdate:Update ()             oUpdate:End ()           RETURN (nil) It creates a subdir (called "Updates" by default) in the folder you specified with <cLocalDir>. There the update file is copied und unpacked. The ...
by StefanHaupt
Thu Jan 03, 2013 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 6957

Re: Problem with File() function

... to separate the data from the executables. Even if I install the app the an directory other than c:\program files, the data maybe located in a subdir of the installation dir. And then the error with file() and set default to .. occurs also. I opened a thread in the xharbour newsgroup, it seems ...
by StefanHaupt
Mon Nov 05, 2012 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with File() function
Replies: 6
Views: 1063

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

Enrico, this comes very close to the Solution I'm looking for : with the Project-button selecting a Subdirectory. I can switch at Runtime between different created Projects. It is not completed : I still need a Return-value of the clicked Subdir and maybe opening the tree. ...
by ukoenig
Wed Aug 01, 2012 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible with <cGetDir> select from a opend Main-Dir ?
Replies: 8
Views: 2083

Re: FiveDBU for 32/64 bits

... in the Toolbar I have to change ) I used a extra working-dir, to compile FWDBU. That is the reason, my resource looks different and uses only a Subdir .\bitmaps http://www.pflegeplus.com/pictures/dbuimg4.jpg The problem is the Alphachannel-support. We have to define a special ...
by ukoenig
Mon Jun 04, 2012 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75108
Next

Return to advanced search