 | INameServerClientProtocolCloseFile Method |
Closes a file that is open for writing.
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxvoid CloseFile(
string path
)
Sub CloseFile (
path As String
)
void CloseFile(
String^ path
)
abstract CloseFile :
path : string -> unit
Parameters
- path String
- The path of the file to close.
See Also