IdeaBlade DevForce 2010 Help Reference
FileFns Class Members
See Also  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : FileFns Class


The following tables list the members exposed by FileFns.

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

© 2013 All Rights Reserved.