I have a .Net web service that converts the MODCA files to tif or png file
format.
This web service runs on a 2003 server.
This web service first copies the MODCA file to be converted to a temporary
conversion folder.
Then it converts it to the desired file format and copies the file to the
output folder specified.
Then it deletes the converted file from the temporary conversion folder.
Then it attempts to delete the copied input file from the temporary
conversion folder
The file is not getting deleted. When I look in the explorer, I see that
the copied files get a System, Hidden and Read only attributes.
The source file does not have the System and Hidden attribute set.
Why would the copied file have System, Hidden and Read only attributes set
and how can we prevent these attributes from being set during copy?
format.
This web service runs on a 2003 server.
This web service first copies the MODCA file to be converted to a temporary
conversion folder.
Then it converts it to the desired file format and copies the file to the
output folder specified.
Then it deletes the converted file from the temporary conversion folder.
Then it attempts to delete the copied input file from the temporary
conversion folder
The file is not getting deleted. When I look in the explorer, I see that
the copied files get a System, Hidden and Read only attributes.
The source file does not have the System and Hidden attribute set.
Why would the copied file have System, Hidden and Read only attributes set
and how can we prevent these attributes from being set during copy?
Comment