SetInitDirOptions (OpenInsight)
At 28 JAN 2000 06:07:10AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]Has anybody been able to make this work? We've tried the following
Call SetInitDirOptions("D")InitDir "C:\"or InitDir "C:\."
or InitDir "C:\*."
or InitDir "C:\*.*"
X = DirList()but we cannot get it to return subdirectories with an extension.
What are we missing?
OI 3.7.1
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura <OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura </SELECT> </FORM>][/notag] </QUOTE> —- === At 28 JAN 2000 07:40AM Oystein Reigem wrote: === <QUOTE>Da Groop, Has anybody been able to make this work? Never tried SetInitDirOptions before, only InitDir with default settings. InitDir worked OK. Except I had to do InitDir in a loop when the directory contained many files. We've tried the following Tried them here too. Call SetInitDirOptions("D") What does "D" really mean? "Directories only"? Or "Files AND Directories"? Here it seems the latter. InitDir "C:\" Here I get nothing. It seems there must be some kind of file mask after the "\" to get it to work. or InitDir "C:\." Again I get nothing. "." obviously doesn't work as a file mask. or InitDir "C:\*." I get all files and directories without extension. or InitDir "C:\*.*" I get all files and directories, both with and without extension. But for a program it's hard to tell which are files and which are directories. X=DirList() but we cannot get it to return subdirectories with an extension. Well, I could. What are we missing? OI 3.7.1 I use 3.61. And Win98 2nd edition. - Oystein - </QUOTE> —- === At 28 JAN 2000 08:08AM The Sprezzatura Group wrote: === <QUOTE>[notag]Sorry - yes we could get it to include subdirectories but not WITHOUT files! We only want a listing of subdirectories. Cheers for trying though! [<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>] [<I>World Leaders in all things RevSoft</I>] [<img src="http://www.sprezzatura.com/zz.gif">] [<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>]
[<FORM ACTION "" METHOD=GET NAME="TOCNavigator"
<SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()">
<OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go
<OPTION VALUE="http://www.sprezzatura.com">Home Page
<OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New
<OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL
<OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST
<OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura
<OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura
</SELECT>
</FORM>][/notag]
At 28 JAN 2000 08:32AM Oystein Reigem wrote:
GOG,
Then do it twice, once with files, and once with files and directories. Then subtract the former list from the latter.
Of course you've thought of that already.
- Oystein -
At 28 JAN 2000 08:40AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]Actually we just coded it into our standard 32 bit DLL, the one which gets long and short file names <g>.
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura <OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura </SELECT> </FORM>] [/notag] </QUOTE> —- === At 28 JAN 2000 01:15PM Oystein Reigem wrote: === <QUOTE>That's cheating!! - O - </QUOTE> —- === At 31 JAN 2000 08:03PM Claude Mansutti wrote: === <QUOTE>Cracking product Grommet - 32 bit DLL Works well for me . By the way, I've noticed the individuality of the members of the Sprezzatura group has disappeared. Have you been watching too much Star Trek and decided to become a Borg Collective? Claude </QUOTE> —- === At 01 FEB 2000 03:08AM The Sprezzatura Group wrote: === <QUOTE>[notag]Well we can all tell who is who! <g> It works then? We did soak test it before releasing it on both NT and 95/98. [<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>] [<I>World Leaders in all things RevSoft</I>] [<img src="http://www.sprezzatura.com/zz.gif">] [<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>]
[<FORM ACTION "" METHOD=GET NAME="TOCNavigator"
<SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()">
<OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go
<OPTION VALUE="http://www.sprezzatura.com">Home Page
<OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New
<OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL
<OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST
<OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura
<OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura
</SELECT>
</FORM>][/notag]
At 05 FEB 2000 10:28AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
[notag]Just looking for feedback - has this been entered into the SPR and is there a projected fix date?
[<A HREF="http://www.sprezzatura.com" onMouseOver="window.status='Click here to visit our web site?';return(true)">The Sprezzatura Group</A>]
[<I>World Leaders in all things RevSoft</I>]
[<img src="http://www.sprezzatura.com/zz.gif">]
[<script language="javascript">function openNewPage () {window.location.href=(document.TOCNavigator.pageToGoTo.options[document.TOCNavigator.pageToGoTo.selectedIndex].value);document.TOCNavigator.pageToGoTo.selectedIndex="0";}end hiding from non-JS browsers –></script>] [<FORM ACTION "" METHOD=GET NAME="TOCNavigator" <SELECT NAME="pageToGoTo" SIZE=1 onChange="openNewPage()"> <OPTION>Pull down this menu to choose whereabouts on the Sprezz site to go <OPTION VALUE="http://www.sprezzatura.com">Home Page <OPTION VALUE="http://www.sprezzatura.com/whatsnew.htm">What's New <OPTION VALUE="http://www.sprezzatura.com/senl.htm">SENL <OPTION VALUE="http://www.sprezzatura.com/patches.htm">Download S/LIST <OPTION VALUE="mailto:[email protected]">Send mail to support at Sprezzatura <OPTION VALUE="mailto:[email protected]">Send mail to sales at Sprezzatura </SELECT> </FORM>][/notag] </QUOTE> View this thread on the Works forum...