/RemoveLongDirectory

Piece of code to remove long directory (Length > 260), including files inside on Windows

Primary LanguageC#MIT LicenseMIT

RemoveLongDirectory

Piece of code to remove long directory (Length > 260), including files inside on Windows

This is a piece of code showing how-to do Directory.Delete(<dir_path>, true); where <dir_path>.Length > 260;

It removes both sub-directories and files inside the directory path.