Class FileView: |
void GetDrives() | DriveInfo[] DriveInfo.GetDrives() | Currently only implemented on Mono/Linux |
void GetDrives() | string DriveInfo.get_VolumeLabel() | Currently get only works on Mono/Unix; set not implemented |
void GetDrives() | Int64 DriveInfo.get_TotalFreeSpace() | Always returns infinite |
void GetDrives() | Int64 DriveInfo.get_TotalSize() | Always returns infinite |
void Rename(Object) | string DriveInfo.get_VolumeLabel() | Currently get only works on Mono/Unix; set not implemented |
void RenameElement(string) | void DriveInfo.set_VolumeLabel(string) | Currently get only works on Mono/Unix; set not implemented |
bool DoCopying(string, String&, String&) | Int64 DriveInfo.get_AvailableFreeSpace() | Always returns infinite |