Search results for query: *

  1. U

    Getting file size during copy operation

    Perhaps file streams? Is there a buffer size you can specify calculate from that?
  2. U

    Getting file size during copy operation

    I notice using using Filesystem.Filecopy, the destination becomes pre-allocted in size (in this case, copied to external hard drive) I am trying to get a timer to get the active file size being written, but that seems it might not be possible using filecopy. What I'm trying to do is get the...
  3. U

    Getting specific disk information

    ah found it. aaaand trying to figure it out. Examples from M$ are a bit outdated There is no Win32_DiskDrivetoLogicalDisk. So I have to go through partitions, get the logical disk, then get the physical disk?
  4. U

    Getting specific disk information

    I've been going through those four (not the D2D or D2P). tested tons of returns from each and there are no common returns that can link from physical to partition, or vise versa The other two are...confusing when I looked them up
  5. U

    Getting specific disk information

    So I need to see if a specific disk in USB removable (flash drive) or USB removable hard disk DiskInfo provides this, but the disk type for a removable hard drive is the same as fixed hard disk So I started delving into querying WMI. Win32_DiskDrive does separate them, but has no information...
Back
Top