Click or drag to resize

ContentMoverIsTemporaryFile Method

Determines whether the specified file name is a temporary file name.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool IsTemporaryFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name.

Return Value

Type: Boolean
true if the specified file name is a temporary file name; otherwise, false.
See Also