.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 |
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 _ |
C# |
|---|
public string GetMWComputedFilePath( string fileName |
Visual C++ |
|---|
public: String^ GetMWComputedFilePath( |
JavaScript |
|---|
function getMWComputedFilePath(fileName); |
Parameters
fileName
Type: System.String
See Also