$96 GRAYBYTE WORDPRESS FILE MANAGER $11

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib/golang/src/path/filepath/

HOME
Current File : /lib/golang/src/path/filepath//path_plan9.go
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package filepath

import (
	"strings"
)

// HasPrefix exists for historical compatibility and should not be used.
//
// Deprecated: HasPrefix does not respect path boundaries and
// does not ignore case when required.
func HasPrefix(p, prefix string) bool {
	return strings.HasPrefix(p, prefix)
}

func splitList(path string) []string {
	if path == "" {
		return []string{}
	}
	return strings.Split(path, string(ListSeparator))
}

func abs(path string) (string, error) {
	return unixAbs(path)
}

func join(elem []string) string {
	// If there's a bug here, fix the logic in ./path_unix.go too.
	for i, e := range elem {
		if e != "" {
			return Clean(strings.Join(elem[i:], string(Separator)))
		}
	}
	return ""
}

func sameWord(a, b string) bool {
	return a == b
}

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Dec 2025 9.30 PM
root / root
0755
match.go
8.683 KB
4 Dec 2025 6.06 PM
root / root
0644
path.go
15.496 KB
4 Dec 2025 6.06 PM
root / root
0644
path_plan9.go
0.904 KB
4 Dec 2025 6.06 PM
root / root
0644
path_unix.go
0.947 KB
4 Dec 2025 6.06 PM
root / root
0644
path_windows.go
3.157 KB
4 Dec 2025 6.06 PM
root / root
0644
symlink.go
3.277 KB
4 Dec 2025 6.06 PM
root / root
0644
symlink_plan9.go
0.62 KB
4 Dec 2025 6.06 PM
root / root
0644
symlink_unix.go
0.28 KB
4 Dec 2025 6.06 PM
root / root
0644
symlink_windows.go
2.898 KB
4 Dec 2025 6.06 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF