读取打印机假脱机文件会导致IOException(正在使用的文件)

时间:2016-05-12 12:55:16

标签: c# printing spool

我想在Windows上阅读打印机假脱机文件。我暂停了这项工作,但我仍然获得了访问被拒绝(正在使用中的文件)异常。成功取决于阅读方法吗?我试过了

bytes[] = File.ReadAllBytes(spoolfilepath);

FileStream fis = new FileStream(aspoolfilepath, FileMode.Open, FileAccess.Read

两者都产生IOException。

0 个答案:

没有答案