CSKernelFile.cFileEx.fileGetPathAndFileName C# (CSharp) 메소드

fileGetPathAndFileName() 공개 메소드

public fileGetPathAndFileName ( String fullPath, String &path, String &fileName ) : void
fullPath String
path String
fileName String
리턴 void
        public void fileGetPathAndFileName(String fullPath, ref String path, ref String fileName)
        {
            separatePathAndFileName(fullPath, ref path, ref fileName);
        }