May 15, 2017
4:07 p.m.
On 15 May 2017, at 18:03, Denis Kudriashov <dionisiydk@gmail.com> wrote:
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)
FileLocator home children