mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
tooltip
This commit is contained in:
@@ -44,7 +44,7 @@ namespace QuickLook.Plugin.CsvViewer
|
||||
const int limit = 10000;
|
||||
var binded = false;
|
||||
|
||||
using (var sr = new StreamReader(path))
|
||||
using (var sr = new StreamReader(new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)))
|
||||
{
|
||||
using (var parser = new CsvParser(sr))
|
||||
{
|
||||
|
Reference in New Issue
Block a user