>>>>> "B" == Boris \"BXS\" Schulz <Boris> writes: B> somehow File.rename does not work in the little script i pasted below, ^^^^^^^^^^^ this is a singleton method B> f = File.open(filename, "wb+") B> f.rename(filename, newname) B> f.close() File.rename(filename, newname) B> end Guy Decoux