PDA

View Full Version : 2 Feature Requests



NewsArchive
05-29-2015, 01:39 AM
1. Would be nice if I could load a file listing using wildcard
filtering.

e.g.

Load File List, to MY_QUEUE, in %_SB_INSTALLDIR%, 1 deep, *.dll;*.exe

I can check the extension on each iteration, but would be nice if I
could filter out the BS from the get go like you can with Clarion's
DIRECTORY().


2. It would be nice if Check In-Use Folder Tree could optionally give
me a list of the in-use files, to TEXT and/or FILE_QUEUE.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
I'll search help files & Google for you.

Source code is like a joke.
If you have to explain it, then it's not funny.

NewsArchive
05-29-2015, 12:59 PM
Hi Jeff,

> 1. Would be nice if I could load a file listing using wildcard
> filtering.
>
> e.g.
>
> Load File List, to MY_QUEUE, in %_SB_INSTALLDIR%, 1 deep, *.dll;*.exe
>
> I can check the extension on each iteration, but would be nice if I
> could filter out the BS from the get go like you can with Clarion's
> DIRECTORY().

I think this is already supported. I tried multiple wildcards (see attached
screenshot) and it filtered all .exe and .dll files.

> 2. It would be nice if Check In-Use Folder Tree could optionally give
> me a list of the in-use files, to TEXT and/or FILE_QUEUE.

The variable %_SB_RETURNEX% returns a list of in-use filename(s). You can
simply use "Handle String Operation" (List Item: Count and List Item:Get) to
get the number of locked files and the name of the locked files. And/or
display the list of filename(s) in a list dialog (see attached screenshots).

Does this help?

Friedrich

NewsArchive
05-29-2015, 01:00 PM
Thanks a whole lot.

Groovy.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
I'll search help files & Google for you.

Source code is like a joke.
If you have to explain it, then it's not funny.

NewsArchive
05-29-2015, 01:01 PM
> Thanks a whole lot.
>
> Groovy.

:-)

Friedrich

NewsArchive
05-29-2015, 01:01 PM
Jeff,

This is supported. Even recursing through subfolders if you wish. I
deploy a lot of web code (hundreds of files), all with one SB script
line using wild cards.

> 1. Would be nice if I could load a file listing using wildcard
> filtering.
>
> e.g.
>
> Load File List, to MY_QUEUE, in %_SB_INSTALLDIR%, 1 deep, *.dll;*.exe
>
> I can check the extension on each iteration, but would be nice if I
> could filter out the BS from the get go like you can with Clarion's
> DIRECTORY().--

Russ Eggen
RADFusion International, LLC

NewsArchive
05-29-2015, 01:02 PM
Thanks Russ. Friedrich clued me in.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
I'll search help files & Google for you.

Source code is like a joke.
If you have to explain it, then it's not funny.