2017-05-15 16:55 GMT+02:00 K K Subbu <kksubbu.ml@gmail.com>:
What exactly are you trying to do? If you want the list of entries in ~ directory, you could use FileDirectory methods:

(FileDirectory on: (OSProcess thisOSProcess environmentAt: 'HOME')) entries collect: [ :f | f name ].

My question was only about tilda usage.��
(FileDirectory is not exists in Pharo anymore. We moved to FileSystem project)