[Pharo-dev] Re: about URL isAbsolute

2021-08-31 Thread stephane ducasse
Hi sven thank you for the time you spent replying to me :) > Yes, this is confusing. > > The first 2 forward slashed are part of the scheme, file:// or http:// > > Next comes the host:port, but that does not make too much sense for a File > URL. > > Finally comes the path. > > For the syntax

[Pharo-dev] Re: about URL isAbsolute

2021-08-31 Thread Sven Van Caekenberghe
Stef, Yes, this is confusing. The first 2 forward slashed are part of the scheme, file:// or http:// Next comes the host:port, but that does not make too much sense for a File URL. Finally comes the path. For the syntax to make sense, you need a third / (to indicate that there is no host:port