CSKernelFile.cFileEx.fileGetPathAndFileName C# (CSharp) Méthode

fileGetPathAndFileName() public méthode

public fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
Résultat void
        public void fileGetPathAndFileName(String fullPath, ref String path, ref String fileName)
        {
            separatePathAndFileName(fullPath, ref path, ref fileName);
        }