This property can be used to obtain information if the file was AppleDouble.
If a file was AppleDouble then it would only have contained the Resource Fork and MacOS file flags. You would be responsible for copying the datafork from a separate file into the destination file. (AppleDouble formatted files come in a clean Data fork file and the Encoding file which has the ResourceFork and the MacOS File flags).
AppleSingleDecoderStream Class