Stefan Schmiedl wrote:
> I noticed that allFilesMatching:do: does not see matching files
> stored in .svn subdirectories.
>
> It is exactly what I want, mind you, but what would I have to
> do to get at them? Or probably any files sitting in .-ed directories?
I don't have 3.0/3.1 built right now, but I think you just have to
upgrade to the master version, I think...
st> '..' asFile allFilesMatching: '*ref*' do: [:e | e name printNl ]
'/home/pbonzini/devel/gst/build-aux/lib-prefix.m4'
'/home/pbonzini/devel/gst/+build/stuff/pref.st'
'/home/pbonzini/devel/gst/+build/packages/i18n/ref-del.sed'
'/home/pbonzini/devel/gst/+build/packages/i18n/ref-add.sed'
'/home/pbonzini/devel/gst/.git/info/refs'
etc.
Paolo
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk