Metodo UtilityDeleteEmptyFolder |
Namespace: DedNet.Core
public static void DeleteEmptyFolder( string startLocation, bool includeStartLocation = false )
Public Shared Sub DeleteEmptyFolder ( startLocation As String, Optional includeStartLocation As Boolean = false )
public: static void DeleteEmptyFolder( String^ startLocation, bool includeStartLocation = false )
static member DeleteEmptyFolder : startLocation : string * ?includeStartLocation : bool (* Defaults: let _includeStartLocation = defaultArg includeStartLocation false *) -> unit