Okapi .NET Library

OutputFileItem.WorkPath Method 

 [This is preliminary documentation and subject to change.]

Work path of the output file.

[Visual Basic]
Public Function WorkPath( _ 
   ByVal p_sInputPath As String _ 
) As String
[C#]
public string WorkPath(
   string p_sInputPath
);
[C++]
public: String* WorkPath(
   String* p_sInputPath
);
[JScript]
public function WorkPath(
   String p_sInputPath
): String;

Parameters

p_sInputPath
Original input file.

Return Value

Full path of the work file.

See Also

OutputFileItem Class | Okapi.Library.Utility Namespace