Hi All,
I am trying to zip a folder in .NET using J#.
I want name of the output file in specific Date Format. But when I am passing the string containing date to FileOutputStrea m it gives following error:
An unhandled exception of type 'System.NotSupp ortedException' occurred in mscorlib.dll
Additional information: The given path's format is not supported.
Can someone help me?
I am trying to zip a folder in .NET using J#.
I want name of the output file in specific Date Format. But when I am passing the string containing date to FileOutputStrea m it gives following error:
An unhandled exception of type 'System.NotSupp ortedException' occurred in mscorlib.dll
Additional information: The given path's format is not supported.
Can someone help me?
Comment