.NET Framework Class Library
File.GetMWComputedFilePath Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.GetMWComputedFilePath Method

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetMWComputedFilePath ( _

fileName As String _
) As String

C#

public string GetMWComputedFilePath(

string fileName
)

Visual C++

public:

String^ GetMWComputedFilePath(
String^ fileName
)

JavaScript

function getMWComputedFilePath(fileName);

Parameters

fileName

Type: System.String

See Also

File Class

File Members

MwPDMApi Namespace