View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002638 | JEDI VCL | 00 JVCL Components | public | 2005-02-13 08:59 | 2005-02-13 09:49 |
Reporter | remkobonte | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002638: Reload does not empty the storage, if the file is deleted. | ||||
Description | Code: with TJvAppXMLFileStorage.Create(nil) do try FileName := 'temp'; WriteString('\path1\path2', 'dummy'); DeleteFile(FullFileName); Reload; S := ReadString('\path1\path2'); ShowMessage(S); // Exp: S = '' // Act: S = 'dummy' finally Free; end; Same for TJvAppIniFileStorage. TJvAppRegistryStorage works. | ||||
Additional Information | Problem was actually that I wanted to delete the file before the storage loads it, but I wanted to use the FullFileName property. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-02-13 08:59 | remkobonte | New Issue | |
2005-02-13 09:49 | obones | Status | new => resolved |
2005-02-13 09:49 | obones | Fixed in Version | => 3.00 |
2005-02-13 09:49 | obones | Resolution | open => fixed |
2005-02-13 09:49 | obones | Assigned To | => obones |
2005-02-13 09:49 | obones | Note Added: 0006483 |