This is not a port of the System.IO.File. This method can be used to 'touch' an
existing file. This is a way of telling the C1 IO system that the file has been
touched and C1 uses this to handle other than standard Windows deployments, like
Windows Azure.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void Touch(
string path
) |
Visual Basic |
---|
Public Shared Sub Touch ( _
path As String _
) |
Visual C++ |
---|
public:
static void Touch(
String^ path
) |
See Also