Changes between Version 1 and Version 2 of rfc12_filemanagement


Ignore:
Timestamp:
Apr 29, 2007, 9:52:04 PM (17 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc12_filemanagement

    v1 v2  
    99Some applications using GDAL have a requirement to provide file management operations through the GUI.  This includes deleting, renaming, moving and packaging up datasets which often requires operations on several associated files.  This RFC introduces an operation on a GDALDataset to identify all the dataset files, and operations move, and rename them.
    1010
    11 == GetFileList() ==
     11== !GetFileList() ==
    1212
    1313The following new virtual method is added on the GDALDataset class, with an analygous C function.
     
    4747== pfnDelete() ==
    4848
    49 The delete operations default implementation will be extended to use the GetFileList() results.
     49The delete operations default implementation will be extended to use the !GetFileList() results.
    5050
    5151== Supporting Functions ==