SkyLine_File_System

package
v0.0.0-...-72c8661 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2023 License: GPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	 ┏━┓
	┃┃ ┃
━━━━┛

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so

and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.

This file defines all of the helping or assistant functions

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	 ┏━┓
	┃┃ ┃
━━━━┛

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so

and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.

This file defines all of the types and models for this module

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	 ┏━┓
	┃┃ ┃
━━━━┛

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so

and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.

This file defines all of the types and models for this module

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckStat

func CheckStat(filename string) fs.FileInfo

func DrawUtilsBox

func DrawUtilsBox(variable, line2 string) string

Types

type BoxFormat

type BoxFormat struct {
	TL string
	TR string
	BL string
	BR string
	HZ string
	VT string
}

::::::::::::::::::::::::::::::: :: Format for the box output :::::::::::::::::::::::::::::::

type SL_CurrentFile

type SL_CurrentFile struct {
	SL_FileName     string   // This is the files direct name
	SL_SourceType   string   // This is the files source type (SL, SLC, skyline, sl, etc...)
	SL_LineCount    int      // This is the number of lines the file has
	SL_FileRealPath string   // This is the files real
	SL_FileStorage  []string // This is the file storage or the current line direct to access for error systems
}
var Current SL_CurrentFile

func (*SL_CurrentFile) DrawBoxWithinLineRange

func (Current *SL_CurrentFile) DrawBoxWithinLineRange(lineCode string) string

func (*SL_CurrentFile) FileSystem_IndexLine

func (Current *SL_CurrentFile) FileSystem_IndexLine(line int) string

func (*SL_CurrentFile) FileSystem_ModifyDir

func (Current *SL_CurrentFile) FileSystem_ModifyDir()

func (*SL_CurrentFile) FileSystem_ModifyExtension

func (Current *SL_CurrentFile) FileSystem_ModifyExtension()

func (*SL_CurrentFile) FileSystem_ModifyInfo

func (Current *SL_CurrentFile) FileSystem_ModifyInfo()

func (*SL_CurrentFile) FileSystem_Modify_Name

func (Current *SL_CurrentFile) FileSystem_Modify_Name(filename string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL