In one of the programs from Kochan, the method
isReadableFileAtPath: is invoked prior to the method copypath:
So, given file1
If the existence of file1 can be determined by the method, say, "fileExistsAtPath:", and copypath: simply copies a path, why is it important to know about the readablility/writeability of a file prior to the copy method?
thanks as always.
isReadableFileAtPath: is invoked prior to the method copypath:
So, given file1
If the existence of file1 can be determined by the method, say, "fileExistsAtPath:", and copypath: simply copies a path, why is it important to know about the readablility/writeability of a file prior to the copy method?
thanks as always.