Methods (2) Properties (1)
Namespace: SchwabenCode.QuickIO

Syntax

public class QuickIOFileMetadata : QuickIOFileSystemMetadataBase

Basetype

Summary

File metadata information

Uses

Methods

internal void QuickIOFileMetadata(String uncResultPath, Win32FindData win32FindData)

Parameters

uncResultPath

String

UNC Path of current file

win32FindData

Win32FindData

Win32FindData of current file

QuickIOFileInfo()

Returns a new instance of QuickIOFileInfo of the current file

public QuickIOFileInfo QuickIOFileInfo()

Returns

QuickIOFileInfo

Properties

Bytes

Size of the file.

public UInt64 Bytes { get; set; }