System.IO.FileSystemInfo.FileSystemInfo.Refresh C# (CSharp) Method

Refresh() public method

public Refresh ( ) : void
return void
		public void Refresh ()
		{
			Refresh (true);
		}

Same methods

FileSystemInfo.FileSystemInfo::Refresh ( bool force ) : void