[AdapterCommandAttribute("Removes specified file - local folder only", new string[] { ... })] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void RemoveFile( string fileName )
<AdapterCommandAttribute("Removes specified file - local folder only", New String() { ... })> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Sub RemoveFile ( fileName As String )
public: [AdapterCommandAttribute(L"Removes specified file - local folder only", __gc new array<String^>^ { ... })] [EditorBrowsableAttribute(EditorBrowsableState::Never)] void RemoveFile( String^ fileName )
[<AdapterCommandAttribute("Removes specified file - local folder only", new string[] { ... })>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] member RemoveFile : fileName : string -> unit
function RemoveFile(fileName);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.