FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CNavPathname.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19
20#include <ShlObj.h>
21#include <ShObjIdl.h>
22
23class CNavNode;
24template < typename Param1, typename Param2 > class StrTraitMFC_DLL;
25
27{
28public:
33 PathErr ParseRelative(wchar_t const *, CNavPathname const *, CNavNode *,int);
34 int Exists(void);
35 int GetFullPath( CStringW &)const ;
36 int GetIsExtension(void);
37 int GetIsURL(void);
38 int GetSitePrefix( CStringW &)const ;
39 int IsSpecialRemote(void);
40 int NavPathCanonicalize(wchar_t *,wchar_t const *);
43 virtual ~CNavPathname(void);
45 virtual PathErr Parse(wchar_t const *,int);
46 void GetBasename( CStringW &)const ;
49 void SetIsExtension(int);
50 void SetIsURL(int);
51
52protected:
53 void ExtractString(wchar_t const *,unsigned long, CStringW &);
54
55};
_ITEMIDLIST * GetID(void)
int GetFullPath(CStringW &) const
CNavPathname const & operator=(CNavPathname const *)
int hasTrailingSlash(void)
void ExtractString(wchar_t const *, unsigned long, CStringW &)
void SetIsExtension(int)
int GetIsURL(void)
PathErr ParseRelative(wchar_t const *, CNavPathname const *, CNavNode *, int)
virtual ~CNavPathname(void)
int GetIsExtension(void)
void SetIsURL(int)
virtual PathErr Parse(wchar_t const *, int)
int NavPathCanonicalize(wchar_t *, wchar_t const *)
void GetServerName(CStringW &)
virtual PathErr Parse(_ITEMIDLIST *, IShellFolder *, _ITEMIDLIST *, CStringW &)
void GetBasename(CStringW &) const
int IsSpecialRemote(void)
CNavPathname(CNavPathname const &)
int GetSitePrefix(CStringW &) const
int Exists(void)
CNavPathname(void)
void SetID(_ITEMIDLIST *)
CNavPathname const & operator=(CNavPathname const &)