Closed o-smirnov closed 4 years ago
If d is a directory, it shows its path in the title.
d
d.images, however, only shows a title of "[Images]". This is not helpful. Note that d("*.txt") will show a title of "path[*.txt]", so it would be better to be consistent with that.
d.images
d("*.txt")
If
d
is a directory, it shows its path in the title.d.images
, however, only shows a title of "[Images]". This is not helpful. Note thatd("*.txt")
will show a title of "path[*.txt]", so it would be better to be consistent with that.