TempPathLength
Gets the number of characters in the temporary directory. This allows to reproduce issues linked to the length of the temp path.
Declaration
public int? TempPathLength { get; init; }
Property Value
Type | Description |
---|---|
int? |
Gets the number of characters in the temporary directory. This allows to reproduce issues linked to the length of the temp path.
public int? TempPathLength { get; init; }
Type | Description |
---|---|
int? |