MemoryDataStore.GetFileAttributes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.IO.FileAttributes GetFileAttributes (string path);
abstract member GetFileAttributes : string -> System.IO.FileAttributes
override this.GetFileAttributes : string -> System.IO.FileAttributes
Public Function GetFileAttributes (path As String) As FileAttributes
Parameters
- path
- String