Exemplo n.º 1
0
 public void OnFileCreated(string relativePath)
 {
     this.AddToNewlyCreatedList(relativePath, isFolder: false);
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }
Exemplo n.º 2
0
 public void OnFileCreated(string relativePath)
 {
     this.newlyCreatedFileAndFolderPaths.Add(relativePath);
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }
Exemplo n.º 3
0
 public void OnFileCreated(string relativePath)
 {
     this.backgroundFileSystemTaskRunner.Enqueue(FileSystemTask.OnFileCreated(relativePath));
 }