コード例 #1
0
        public override void SetLength(long value)
        {
            // Lock down the file stream while we do this.

            // Setup this object for writing.
            SetupWrite();

            _attributes.Size = value;

            _session.RequestFSetStat(_handle, _attributes);
        }