C# Class TfsCommunity.Collaboration.Skype.Helpers.FileManagement

显示文件 Open project: TfsCollab/SkypeProvider

Public Methods

Method Description
DeleteFile ( string filename ) : bool
IsFileLocked ( IOException exception ) : bool

Source: http://stackoverflow.com/questions/1304/how-to-check-for-file-lock-in-c

IsZeroSizeFile ( string filename ) : bool

Method Details

DeleteFile() public static method

public static DeleteFile ( string filename ) : bool
filename string
return bool

IsFileLocked() public static method

Source: http://stackoverflow.com/questions/1304/how-to-check-for-file-lock-in-c
public static IsFileLocked ( IOException exception ) : bool
exception System.IO.IOException
return bool

IsZeroSizeFile() public static method

public static IsZeroSizeFile ( string filename ) : bool
filename string
return bool