FileTimeToUnixTime Method

Converts FileTime to unix time format.

Syntax

func (obj *FUSE) FileTimeToUnixTime(FileTime time.Time) (int64, error)

Remarks

Use this method to convert the FileTime value to Unix time format. The subsecond part of the value is not preserved; to obtain it, use the FileTimeToNanoseconds method.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 Go Edition - Version 20.0 [Build 8348]