NAnt SDK Documentation - v0.92

CygpathFunctions Class

Groups a set of functions that convert Windows native filenames to Cygwin POSIX-style pathnames and vice versa.

For a list of all members of this type, see CygpathFunctions Members.

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Win32.Functions.CygpathFunctions

[Visual Basic]
<FunctionSet(Category:="Unix/Cygwin", Prefix:="cygpath")>
Public Class CygpathFunctions
    Inherits FunctionSetBase
[C#]
[FunctionSet(Category="Unix/Cygwin", Prefix="cygpath")]
public class CygpathFunctions : FunctionSetBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

It can be used when a Cygwin program needs to pass a file name to a native Windows program, or expects to get a file name from a native Windows program.

Requirements

Namespace: NAnt.Win32.Functions

Assembly: NAnt.Win32Tasks (in NAnt.Win32Tasks.dll)

See Also

CygpathFunctions Members | NAnt.Win32.Functions Namespace