PathUtilities Class

Spotfire 14.3 API Reference
This class contains methods to get the temporary folder and temporary file names. These methods should be favored before their corresponding build in .NET Path equivalence.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.FrameworkPathUtilities

Namespace:  Spotfire.Dxp.Framework
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static class PathUtilities

The PathUtilities type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetTempFileName
Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.
Public methodStatic memberGetTempPath
Returns the path of the temporary folder.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference