You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In user implementations of WritablePath._copy_from(), it's often useful to know the size of the source file before starting the copy. We should add PathInfo.filesize() (or just size()?) to make this available.