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.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void Touch( string path ) |
Visual Basic |
---|
Sub Touch ( _ path As String _ ) |
Visual C++ |
---|
void Touch( String^ path ) |
Parameters
- path
- Type: System..::..String
Path to file to touch.