GetLogicalDrives() 공개 추상적인 메소드

public abstract GetLogicalDrives ( ) : string[]
리턴 string[]
예제 #1
0
 public override string[] GetLogicalDrives()
 {
     // This API is always blocked on WinRT, don't use Win32
     return(_winRTFileSystem.GetLogicalDrives());
 }
예제 #2
0
 public static string[] GetLogicalDrives()
 {
     return(FileSystem.GetLogicalDrives());
 }