# PAWFileInfo

Dosya meta bilgilerini tutan sınıftır.



---

### **ÖZELLİKLER**

| **Özellik** | **Tip** | **Açıklama** |
|---------|-----|----------|
| `Path`  | `String` | Dosya yolu |
| `FileName` | `String` | Dosya adı ve uzantısı (örn: "rapor.xlsx") |
| `Extension` | `String` | Dosya uzantısı (örn: ".xlsx") |
| `FileNameWithoutExtension` | `String` | Dosya adı uzantısız (örn: "rapor") |
| `MimeType` | `String` | Dosya MIME tipi (örn: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet") |
| `CreatedDate` | `DateTime` | Dosyanın oluşturulma tarihi |
| `ModifiedDate` | `DateTime` | Dosyanın son değiştirilme tarihi |
| `Size`  | `Int64` | Dosya boyutu (byte cinsinden) |