help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Directory create: 'something' "bug"


From: Bram Neijt
Subject: [Help-smalltalk] Directory create: 'something' "bug"
Date: Wed, 6 Sep 2006 12:38:56 +0200

Hi.

The following gives an error:
Directory create: 'hello'!
while
Directory create: './hello'!

works. The error is:
st> Directory create: 'hello'!
Object: '' error: Invalid index 1: index out of range
String(Object)>>#primError:
SystemExceptions.IndexOutOfRange(Exception)>>#defaultAction
optimized [] in Exception class>>#coreException
SystemExceptions.IndexOutOfRange(Signal)>>#activateHandler:
SystemExceptions.IndexOutOfRange(Exception)>>#signal
SystemExceptions.IndexOutOfRange class>>#signalOn:withIndex:
String(Object)>>#checkIndexableBounds:
String>>#at:
File class>>#fullNameFor:
VFS.RealFileHandler>>#name:
VFS.VFSHandler class>>#for:
Directory class>>#create:
UndefinedObject>>#executeStatements
nil


self == bug
 ifTrue [ 'This is a bugreport' printNl.]
 ifFalse [ 'What is the reason for this?' printNl.] !

Greetings,
 Bram




reply via email to

[Prev in Thread] Current Thread [Next in Thread]