DevForce Help Reference
FileFns Class Methods


For a list of all members of this type, see FileFns members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CopyDirectory  
Public Methodstatic (Shared in Visual Basic)DeleteDirectory This method is intended to work around a bug with Directory.Delete sometimes failing with "Directory is not empty" error. It does a recursive delete of the entire dir structure under the specified path  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public Methodstatic (Shared in Visual Basic)GetRelativePath Returns a relative path string from a full path.  
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)RenameFileWithCurrentTimestamp Renames a file by adding the current ts to its name For example: foo.txt becomes foo.bak.20021102-102034.txt  
Public MethodToString (Inherited from object)
Public Methodstatic (Shared in Visual Basic)WriteStream Write a stream into a file either creating the file or replacing its current contents  
Public Methodstatic (Shared in Visual Basic)WriteTextFileOverloaded.  Write a string into a file either creating the file or replacing its current contents  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

FileFns Class
IdeaBlade.Core Namespace

Send Feedback