PlaceholderFileDehydrate Method (Int64, Int64) |
IT Hit User File System
Removes file content from user file system.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 1.4.4298.0
Syntaxpublic void Dehydrate(
long offset,
long length
)
Public Sub Dehydrate (
offset As Long,
length As Long
)
public:
void Dehydrate(
long long offset,
long long length
)
member Dehydrate :
offset : int64 *
length : int64 -> unit
Parameters
- offset
- Type: SystemInt64
Offset in bytes to start removing file content from. - length
- Type: SystemInt64
Lenth of the file content to remove. -1 signifies end of file.
See Also