13518219792

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

创新互联GoFrame教程:GoFramegfile-常用目录

常用目录

Pwd

成都创新互联公司是一家专注于做网站、网站建设与策划设计,屯留网站建设哪家好?成都创新互联公司做网站,专注于网站建设10年,网设计领域的专业建站公司;建站业务涵盖:屯留等地区。屯留做网站价格咨询:028-86922220

func Pwd() string

func ExamplePwd() {
	// Get absolute path of current working directory.
	fmt.Println(gfile.Pwd())

	// May Output:
	// xxx/gf/os/gfile
}

Home

func Home(names ...string) (string, error) 

func ExampleHome() {
	// user's home directory
	homePath, _ := gfile.Home()
	fmt.Println(homePath)

	// May Output:
	// C:\Users\hailaz
}

TempDir

func TempDir(names ...string) string

func ExampleTempDir() {
	// init
	var (
		fileName = "gfile_example_basic_dir"
	)

	// fetch an absolute representation of path.
	path := gfile.TempDir(fileName)

	fmt.Println(path)

	// Output:
	// /tmp/gfile_example_basic_dir
}

SelfPath

func SelfPath() string 

func ExampleSelfPath() {

	// Get absolute file path of current running process
	fmt.Println(gfile.SelfPath())

	// May Output:
	// xxx/___github_com_GOgf_gf_v2_os_gfile__ExampleSelfPath
}


网页标题:创新互联GoFrame教程:GoFramegfile-常用目录
网页URL:http://cdbrznjsb.com/article/djispsd.html

其他资讯

让你的专属顾问为你服务