Added code for handling resource forks when they are in the

data fork without headers (not Macbinary, neither AppleDouble,
	are supported).
This commit is contained in:
2016-09-02 02:58:13 +01:00
commit cd99f65ebf
23 changed files with 1683 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
2016-09-02 Natalia Portillo <claunia@claunia.com>
* Program.cs:
* AssemblyInfo.cs:
* Claunia.RsrcFork.CLI.csproj: Added code for handling
resource forks when they are in the data fork without headers
(not Macbinary, neither AppleDouble, are supported).