The issue with case sensitivity for file names is an interesting problem,
but my original issue didn't have anything to do with the case of file
names. I just waned to be able to double-click an .ijs file in the JQt
editor nav pane to open a file. This scheme doesn't work for ANY .ijs file
names, regardless of case. This scheme works fine for .ijs files on a local
drive, and doesn't work for files on remote derives like a Google File
Stream drive. I can enter the G: file path in the JQt path field and SEE
the list of .ijs files on my remote drive, but double-clicking the .ijs
file icon will not load the file.

I discovered a convoluted workaround for this problem by selecting File >
Open from the JQt editor menu instead of using the JQt editor nav pane.,
This results in the launching of a Windows Explorer window. Then I can
enter the G: file path in the Explorer's path field, or navigate to the
file/folder I want. Finally, I can double-click on the file, OR highlight
it and click the Open button, to load the file.

This tells me that there is just something wrong with the file access
protocol in the JQt editor, not anything to do with the case of file names.

Skip

Skip Cave
Cave Consulting LLC

On Thu, Feb 1, 2018 at 8:55 AM, chris burke <[email protected]> wrote:

> > In jqt and the j dir verb the files all showed up as lower case.
>
> Right, since dir was written (20 years ago) it has always shown Windows
> files in lower case and this is fine while Windows was case-insensitive so
> "test.ijs" really is the same as "Test.ijs".
>
> Also, we encouraged the use of lower case names in J so as to minimize
> problems when code is moved between Windows and Linux. For example, if a
> script is "Test.ijs" then "load 'test.ijs'" works in Windows but not in
> Linux.
>
> On Thu, Feb 1, 2018 at 4:18 AM, David Mitchell <[email protected]>
> wrote:
>
> > I tried access a mixed case file using jhs and it worked fine:
> >
> > jhs jfile:
> > ~home/Google/GD/
> >    ../
> >    .tmp.drivedownload/
> > Test.ijs
> > Test1.gmap
> > desktop.ini
> >
> > In jqt and the j dir verb the files all showed up as lower case.
> >
> >    dir '~home/Google/GD'
> > .tmp.drivedownload   <dir>     01-Feb-18 06:18:21
> > desktop.ini                180 01-Feb-18 06:16:59
> > test.ijs                    31 01-Feb-18 06:18:14
> > test1.gmap                 148 18-Jun-15 07:42:4
> >
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to