CommandLineArguments.TouchedFilesPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Full path of a log of file paths accessed by the compiler, or null if file logging should be suppressed.
public:
property System::String ^ TouchedFilesPath { System::String ^ get(); };
public string TouchedFilesPath { get; }
public string? TouchedFilesPath { get; }
member this.TouchedFilesPath : string
Public ReadOnly Property TouchedFilesPath As String
Property Value
Remarks
Two log files will be created: One with path TouchedFilesPath and extension ".read" logging the files read, and second with path TouchedFilesPath and extension ".write" logging the files written to during compilation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.