Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3354

Show
Ignore:
Timestamp:
03/15/08 03:12:04 (9 months ago)
Author:
lmartin92
Message:

Updated a function to fix it; still need to add various constructors for everything.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lmartin/ftp/tango/io/vfs/FtpFolder.d

    r3350 r3354  
    234234            _writeable = false; 
    235235        } 
     236        _writeable = false; 
    236237        _writableSet = true; 
     238        return false; 
    237239    } 
    238240 
     
    268270} 
    269271 
    270  
    271272/******************************************************************************* 
    272273 
     
    274275 
    275276*******************************************************************************/ 
     277  
    276278 
    277279 class FtpFolders : VfsFolders 
     
    514516*******************************************************************************/ 
    515517 
    516 class FtpFile : VfsFile 
     518 
     519 class FtpFile : VfsFile 
    517520{ 
    518521    /*********************************************************************** 
     
    715718 
    716719*******************************************************************************/ 
     720  
    717721 
    718722class FtpFiles : VfsFiles 
     
    817821*******************************************************************************/ 
    818822 
     823 
    819824class FtpFolderEntry : VfsFolderEntry 
    820825{