Share

ExternalFileUtils.GetFileBasedTempFolder Method

Gets a temp folder based on the given file name


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public static string GetFileBasedTempFolder(
	string filename
)

Parameters

filename  String
 

Return Value

String

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?