1 write to FullPath
Microsoft.TemplateEngine.Utils (1)
InMemoryFileSystem.cs (1)
758
FullPath
= fullPath;
29 references to FullPath
Microsoft.TemplateEngine.Utils (29)
InMemoryFileSystem.cs (29)
39
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
53
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
69
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
77
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
86
targetFile = new FileSystemFile(parts[parts.Length - 1], Path.Combine(currentDir.
FullPath
, parts[parts.Length - 1]));
104
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
142
string rel = directory.Substring(_root.
FullPath
.Length).Trim('/', '\\');
179
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
204
yield return entry.Value.
FullPath
;
237
yield return current.Current.Value.
FullPath
;
259
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
341
string rel = directoryName.Substring(_root.
FullPath
.Length).Trim('/', '\\');
374
yield return entry.Value.
FullPath
;
406
yield return current.Current.Value.
FullPath
;
443
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
451
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
469
string rel = file.Substring(_root.
FullPath
.Length).Trim('/', '\\');
499
string rel = path.Substring(_root.
FullPath
.Length).Trim('/', '\\');
507
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
557
string rel = file.Substring(_root.
FullPath
.Length).Trim('/', '\\');
565
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
589
string rel = file.Substring(_root.
FullPath
.Length).Trim('/', '\\');
597
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
620
string rel = file.Substring(_root.
FullPath
.Length).Trim('/', '\\');
628
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
651
string rel = file.Substring(_root.
FullPath
.Length).Trim('/', '\\');
659
dir = new FileSystemDirectory(parts[i], Path.Combine(currentDir.
FullPath
, parts[i]));
743
if (processedPath.Equals(_root.
FullPath
) || processedPath.StartsWith(_root.
FullPath
.TrimEnd('/', '\\') + Path.DirectorySeparatorChar))