Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
speedy:30_modules:script [2026/04/15 12:11] – [Shell - Objekt] speedyspeedy:30_modules:script [2026/04/15 12:20] (aktuell) speedy
Zeile 307: Zeile 307:
 Globales Objekt mit Funktionen zu Pfadangaben und Dateinamen. Globales Objekt mit Funktionen zu Pfadangaben und Dateinamen.
  
-=== Path.AddBackslash ===+=== String Path.AddBackslash(String pszPath) ===  
 +=== String Path.AddExtension(String  pszPath, String pszExt) ===  
 +=== String Path.Append(String  pszPath, String pszMore) ===  
 +=== String Path.BuildRoot(int   iDrive) ===  
 +=== String Path.Combine(String pszDir, String pszFile) ===  
 +=== Boolean Path.FileExists(String pszPath) ===  
 +=== String Path.FindExtension(String pszPath) ===  
 +=== String Path.FindFileName(String pszPath) ===  
 +=== Boolean Path.IsDirectory(String pszPath) ===  
 +=== Boolean Path.IsFileSpec(String pszPath) ===  
 +=== Boolean Path.IsPrefix(String pszPrefix, String pszPath) ===  
 +=== Boolean Path.IsRelative(String pszPath) ===  
 +=== Boolean Path.IsRoot(String pszPath) ===  
 +=== Boolean Path.IsSameRoot(String pszPath1, String pszPath2) ===  
 +=== Boolean Path.IsSystemFolder(String pszPath, Integer  dwAttrb) ===  
 +=== Boolean Path.IsUNC(String pszPath) ===  
 +=== Boolean Path.IsURL(String pszPath) ===  
 +=== String Path.MakePretty(String pszPath) ===  
 +=== Boolean Path.MatchSpec(String pszFile,String pszSpec) ===  
 +=== String Path.QuoteSpaces(String lpsz) ===  
 +=== String Path.RelativePathTo(String pszFrom, Integer  dwAttrFrom, String pszTo, Integer  dwAttrTo) ===  
 +=== String Path.RemoveArgs(String pszPath) ===  
 +=== String Path.RemoveBackslash(String pszPath) ===  
 +=== String Path.RemoveExtension(String pszPath) ===  
 +=== String Path.RemoveFileSpec(String pszPath) ===  
 +=== String Path.RenameExtension(String  pszPath, String pszExt) ===  
 +=== String Path.SkipRoot(String pszPath) ===  
 +=== String Path.StripPath(String pszPath) ===  
 +=== String Path.StripToRoot(String pszPath) ===  
 +=== String Path.Undecorate(String pszPath) ===  
 +=== String Path.UnquoteSpaces(String lpsz) ===  
  
  
Zeile 320: Zeile 351:
 Globales Objekt mit speziellen speedy-Funktionen rundum Dokumente. Globales Objekt mit speziellen speedy-Funktionen rundum Dokumente.
  
-=== DoFileView === +=== Speedy.DoFileView === 
-=== DoFileOpen === +=== Speedy.DoFileOpen === 
-=== DoFileCheckout === +=== Speedy.DoFileCheckout === 
-=== DoFileCheckoutIn === +=== Speedy.DoFileCheckoutIn === 
-=== DoFilePendingapproval === +=== Speedy.DoFilePendingapproval === 
-=== DoFileApprove === +=== Speedy.DoFileApprove === 
-=== DoFileRelease === +=== Speedy.DoFileRelease === 
-=== DoFileRevokeRelease === +=== Speedy.DoFileRevokeRelease === 
-=== DoFileCheckin === +=== Speedy.DoFileCheckin === 
-=== DoFileProperties === +=== Speedy.DoFileProperties === 
-=== DoFileAttachDirect === +=== Speedy.DoFileAttachDirect === 
-=== DoFileAttach === +=== Speedy.DoFileAttach === 
-=== DoCheckInWorkspace === +=== Speedy.DoCheckInWorkspace === 
-=== DoShellOpen === +=== Speedy.DoShellOpen === 
-=== DoOpenLinkToOrigin === +=== Speedy.DoOpenLinkToOrigin === 
-=== FindOrigin === +=== Speedy.FindOrigin === 
-=== DoCreateFileFromTemplate === +=== Speedy.DoCreateFileFromTemplate === 
-=== ActivateExplorer ===+=== Speedy.ActivateExplorer ===