|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Users/ServerPC/AppData/Roaming/Emby-Server/system/dashboard-ui/modules/sync/ |
Upload File : |
define(["exports"],function(_exports){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0;_exports.default={getValidFileName:function(path){return path},getFullLocalPath:function(pathArray){return pathArray.join("/")},getFullMetadataPath:function(pathArray){return pathArray.join("/")},getParentPath:function(path){return 0===(path=path.split("/")).length?null:(path=path.slice(0,path.length-1)).join("/")},combinePath:function(path1,path2){return(path1=path1.endsWith("/")?path1.substr(0,path1.length-1):path1)+"/"+(path2=path2.startsWith("/")?path2.substr(1):path2)},deleteFile:function(path){return Promise.resolve()},deleteDirectory:function(path){return Promise.resolve()},fileExists:function(path){return Promise.resolve()},getItemFileSize:function(path){return Promise.resolve(0)},getImageUrl:function(pathParts){return pathParts.join("/")}}});